Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 4bc7fde

Browse files
authored
State that we don't need to do QA for changes to tests or metrics
1 parent cf06608 commit 4bc7fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how-we-work.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ At the end of each development sprint:
126126
* :boom: _If the build fails,_ correct any bugs and begin again at (1) with a new prerelease version.
127127
4. Run `apm uninstall github` and `apm uninstall --dev github` to ensure that you don't have any [locally installed atom/github versions](/CONTRIBUTING.md#living-on-the-edge) that would override the bundled one.
128128
5. _In your atom/atom repository:_ Push your branch to atom/atom and open a pull request to start running CI.
129-
6. Create a [QA issue](https://github.com/atom/github/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3Aquality) in the atom/github repository. Its title should be "_prerelease version_ QA Review" and it should have the "quality" label applied. Populate the issue body with a checklist containing the pull requests that were included in this release; these should be the ones in the "Merged" column of the project board. Omit pull requests that don't have verification steps (like renames, refactoring, or dependency upgrades, for example). Add a final entry for a clean CI check on the atom/atom pull request.
129+
6. Create a [QA issue](https://github.com/atom/github/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3Aquality) in the atom/github repository. Its title should be "_prerelease version_ QA Review" and it should have the "quality" label applied. Populate the issue body with a checklist containing the pull requests that were included in this release; these should be the ones in the "Merged" column of the project board. Omit pull requests that don't have verification steps (like renames, refactoring, adding tests or metrics, or dependency upgrades, for example). Add a final entry for a clean CI check on the atom/atom pull request.
130130
7. Use your `atom-dev` build to verify each and check it off the list.
131131
* :boom: _If verification fails,_ note the failure in an issue comment. Close the issue. Correct the failure with more work in the current sprint board, then begin again at (1).
132132
* :white_check_mark: _Otherwise,_ comment in and close the issue, then continue.

0 commit comments

Comments
 (0)