tldr;
- Dominant language
- No language data
- Stars
- 91
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
These are the things I feel like _shouting_ at people. The things that get done for the first couple of weeks and then fall by the wayside and **that can't happen**. The things I remind people to do _over and over_ again but seem to only be done to varying degrees and by a handful of people:
- Create an issue _before_ you start working on anything
- Discuss your proposed implementation in that issue
- **Add a time estimate** to it
- Once there is _at least one comment agreeing the feature is needed_, start working on it _by adding to the readme *_first***
- Link all commits to a relevant issue
- Each PR should:
- Solve _only one_ problem: fix one bug, implement one small feature or part thereof
- Have a clear and simple description which _also_ links to the issue it solves
- Add to the documentation or explain why it shouldn't
- Include full tests for any code that is introduced
- Be assigned to the designated QA when ready for review
Adds to #12
Contributor guide
Assessment
This issue has not been assessed yet.