|
2 | 2 |
|
3 | 3 | ## Reporting bugs
|
4 | 4 |
|
5 |
| -We maintain a [Jira issue tracker](https://otwarchive.atlassian.net) for developers, |
| 5 | +We maintain a [Jira issue tracker](https://otwarchive.atlassian.net/projects/AO3/issues) for developers, |
6 | 6 | and a [list of Known Issues](https://archiveofourown.org/known_issues) for
|
7 | 7 | [Archive of Our Own](https://archiveofourown.org) users, neither of which are
|
8 | 8 | publicly editable.
|
@@ -35,30 +35,21 @@ with the exception of spelling corrections and documentation improvements
|
35 | 35 | (e.g. any Markdown files). We also do not accept code generated by AI tools; for more information,
|
36 | 36 | please refer to [our commit policy](https://github.com/otwcode/otwarchive/wiki/Commit-Policy#scary-legal-stuff).
|
37 | 37 |
|
38 |
| -If you'd like the ability to comment on, assign, and transition issues, |
39 |
| -you're welcome to create a Jira account! (It makes things a bit easier for us |
40 |
| -on the organizational side if the Full Name on your Jira account either closely |
41 |
| -matches the name you'd like us to credit in the release notes or includes it in |
42 |
| -parentheses, e.g. "Nickname (CREDIT NAME).") We'll give you permissions when |
43 |
| -you create your first pull request. |
44 |
| - |
45 | 38 | Please check out our development wiki for more information on:
|
46 | 39 |
|
47 | 40 | - [how to set up a development environment](https://github.com/otwcode/otwarchive/wiki)
|
48 | 41 | - [code conventions](https://github.com/otwcode/otwarchive/wiki/Commit-policy)
|
49 | 42 |
|
50 |
| -Please follow the checklist on [our template](https://github.com/otwcode/otwarchive/blob/master/.github/PULL_REQUEST_TEMPLATE.md) when submitting pull requests. |
51 |
| - |
52 |
| -Please be patient with us! Due to our workload, it may take some time before we |
53 |
| -can review and eventually merge your pull request. |
54 |
| - |
55 |
| -Once your pull request is merged, it will be deployed to our internal testing site |
56 |
| -and our QA team will check that everything is working as intended. If not, we may |
57 |
| -set the issue to ["Broken on Test"](https://github.com/otwcode/otwarchive/wiki/Issue-Tracking-with-Jira) |
58 |
| -and ask you to make further changes in new pull requests. |
| 43 | +### Workflow |
59 | 44 |
|
60 |
| -If all is well, your contribution will be deployed to the [Archive of Our Own](https://archiveofourown.org) |
61 |
| -and you will be credited in the [release notes](https://archiveofourown.org/admin_posts?tag=1)! |
| 45 | +1. If you're a new contributor, find a task on the [issues reserved for first timers](https://otwarchive.atlassian.net/issues/?filter=13119). Otherwise, or if you're up for a challenge, pick a task from the general [open and unassigned issues](https://otwarchive.atlassian.net/issues/?filter=10800). (If you're a new contributor, don't worry about claiming the issue for now. If you make a Jira account, you'll get permissions for claiming issues in step 5.) |
| 46 | +2. Write code to address the issue. |
| 47 | +3. Optional: Create a Jira account if you'd like the ability to comment on, assign, and transition issues. Please make sure the Full Name on your Jira account either closely matches the name you'd like us to credit in the release notes or includes it in parentheses, e.g. "Nickname (CREDIT NAME)." |
| 48 | +4. Submit the code with a pull request following the checklist on [our template](https://github.com/otwcode/otwarchive/blob/master/.github/PULL_REQUEST_TEMPLATE.md). |
| 49 | +5. Once you've submitted a pull request, we'll review your code and give you permissions on Jira. Please be patient with us! Due to our workload, it may take some time before we can review and eventually merge your pull request. |
| 50 | +6. Once your pull request is merged, we will deploy it to our internal testing site and our QA team will check that everything is working as intended. |
| 51 | +7. If something is not working as intended, we may set the issue to ["Broken on Test"](https://github.com/otwcode/otwarchive/wiki/Issue-Tracking-with-Jira) and ask you to make further changes in new pull requests. |
| 52 | +8. If all is well, your contribution will be deployed to the [Archive of Our Own](https://archiveofourown.org) and you will be credited in the [release notes](https://archiveofourown.org/admin_posts?tag=1)! |
62 | 53 |
|
63 | 54 |
|
64 | 55 | ## Volunteering for the OTW
|
|
0 commit comments