|
7 | 7 | * When developing a new feature, include at least one test when applicable.
|
8 | 8 | * When submitting a PR, please follow [this template](PULL_REQUEST_TEMPLATE.md) (which will probably be already filled up once you create the PR).
|
9 | 9 | * When submitting a PR with changes to user interface (e.g.: new screen, or an email template), please add screenshots to the PR description.
|
10 |
| -* When you are finished with your work, please squash your commits otherwise we will squash them on your PR (this can help us maintain a clear commit history). |
| 10 | +* When you are finished with your work, please squash your commits otherwise we will squash them on your PR (this can help us maintain a clear commit history). |
11 | 11 | * When writing in-code documentation as Docstrings, please follow [this guide](https://github.com/google/styleguide/blob/gh-pages/pyguide.md#38-comments-and-docstrings).
|
12 | 12 | * When creating an issue to report a bug in the project, please follow our [bug_report.md](https://github.com/anitab-org/.github/blob/main/.github/ISSUE_TEMPLATE/bug_report.md) template.
|
13 | 13 |
|
14 | 14 | ## General Guidelines
|
15 | 15 |
|
16 | 16 | * If you’re just getting started work on an issue labeled “First Timers Only” in any project. Additional resources are available on our [website](http://www.systers.io).
|
17 |
| -* In an active repository (not an archived one), choose an open issue from the issue list, claim it in the comments, and a maintainer will assign it to you. |
| 17 | +* In an active repository (not an archived one), choose an open issue from the issue list, claim it in the comments, and a maintainer will assign it to you. |
18 | 18 | * After approval you must make continuous notes on your progress in the issue while working. If there is not at least one comment every 3 days, the maintainer can reassign the issue.
|
19 | 19 | * Create a branch specific to the issue you're working on, so that you send a PR from that branch instead of the base branch on your fork.
|
20 |
| -* If you’d like to create a new issue, please go through our issue list first (open as well as closed) and make sure the issues you are reporting do not replicate the existing issues. |
| 20 | +* If you’d like to create a new issue, please go through our issue list first (open as well as closed) and make sure the issues you are reporting do not replicate the existing issues. |
21 | 21 | * Have a short description on what has gone wrong (like a root cause analysis and description of the fix), if that information is not already present in the issue.
|
22 | 22 | * If you have issues on multiple pages, report them separately. Do not combine them into a single issue.
|
0 commit comments