Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0723cb5

Browse files
committed
moved coding guide contents to pr guide, cleaned up some checklists in
PR guide
1 parent 4723c38 commit 0723cb5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

doc/devel/coding_guide.rst renamed to doc/devel/pr_guide.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ and `kind <https://youtu.be/tzFWz5fiVKU?t=49m30s>`__ with contributors.
8585
When reviewing, please ensure that the pull request satisfies the following
8686
requirements before merging it:
8787

88-
Content topics:
89-
9088
.. rst-class:: checklist
9189

9290
* Is the feature / bugfix reasonable?
@@ -97,12 +95,6 @@ Content topics:
9795
not part of other non-stylistic work because it obscures the git history of
9896
functional changes to the code. Reflowing a method or docstring as part of a
9997
larger refactor/rewrite is acceptable.
100-
101-
102-
Organizational topics:
103-
104-
.. rst-class:: checklist
105-
10698
* Make sure all :ref:`automated tests <pr-automated-tests>` pass.
10799
* The PR should :ref:`target the main branch <pr-branch-selection>`.
108100
* Tag with descriptive :ref:`labels <pr-labels>`.

0 commit comments

Comments
 (0)