You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/standards.rst
+31-6Lines changed: 31 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -817,13 +817,38 @@ Table 5 (below), Table 7, Table 8, and Table 9 (in `Appendix B: Variables and Di
817
817
818
818
819
819
820
-
D. Unresolved Bugs
821
-
------------------
820
+
D. NCO Labeled Issues and Bugzilla Bugs
821
+
------------------------------
822
+
Before handing off code to NCO, all pre-existing NCO labeled issues and/or Bugzilla Bugs (hereafter simply "Bugzillas") must be addressed.
822
823
823
-
Before handing off code to NCO, all Bugzilla entries must be addressed.
824
-
Please mark all items that have been resolved as such and add a brief complete explanation of the resolution, including relevant files modified to address the bug.
825
-
The SPA will then verify the fix during testing and close the bug following implementation.
826
-
If a bug cannot be resolved, a comment must be added and approval received from the SPA team lead.
824
+
The SPA will then verify the fix during testing and close the issue/Bugzilla following implementation.
825
+
826
+
If an NCO labeled issue or Bugzilla cannot be resolved, justification must be added in a comment on the issue/Bugzilla and approval received from the SPA Team Lead.
827
+
828
+
i. Issue Tracking on Remote Hosting Services
829
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
830
+
831
+
.. csv-table::
832
+
:header-rows: 1
833
+
:stub-columns: 0
834
+
:widths: auto
835
+
836
+
"NCO Issue Label","Description"
837
+
"NCO Type: Bug","A bug that was identified in production code or during NCO review"
838
+
"NCO Type: Standards","An item in the standards document needs to be addressed"
839
+
"NCO Type: Enhancement","A suggested improvement from NCO"
840
+
"NCO Status: Open","An NCO issue that has yet to be worked on by the development team"
841
+
"NCO Status: In Progress","An NCO issue that is actively being worked on"
842
+
"NCO Status: Review Required","An NCO issue that has been addressed, but requires review from NCO SPA team member"
843
+
844
+
Please mark all items that have been resolved with "NCO Status: Review Required" and explain the resolution, including a link to a pull request which addresses the issue.
845
+
846
+
ii. Bugzillas
847
+
^^^^^^^^^^^^^
848
+
849
+
NCO will be transitioning from Bugzilla to issue tracking on remote hosting services (e.g., GitHub).
850
+
851
+
Please continue to mark all Bugzillas that have been resolved as such and explain the resolution, including relevant files modified to address the Bugzilla.
0 commit comments