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: .github/pull_request_template.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,15 @@
7
7
-[ ] Bug fix in a **backwards-compatible** manner.
8
8
-[ ] New feature in a **backwards-compatible** manner.
9
9
-[ ] Breaking change: bug fix or new feature that involve incompatible API changes.
10
+
-[ ] Other (e.g. doc update, configuration, etc)
10
11
11
12
### Checklist
12
13
13
-
1.[ ] Add the change to the `CHANGELOG.rst` file in the `Unreleased` section under the most fitting heading: `Added`, `Changed`, `Removed`.
14
-
1.[ ] Run all tests on your computer (i.e. `invoke test`).
15
-
1.[ ] If you add new functions/classes, check that:
16
-
1.[ ] Are available on a second-level import, e.g. `compas_fab.robots.Configuration`.
17
-
1.[ ] Add unit tests (especially important for algorithm implementations).
14
+
_Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code._
15
+
16
+
-[ ] I added a line to the `CHANGELOG.rst` file in the `Unreleased` section under the most fitting heading (e.g. `Added`, `Changed`, `Removed`).
17
+
-[ ] I ran all tests on my computer and it's all green (i.e. `invoke test`).
18
+
-[ ] I ran lint on my computer and there are no errors (i.e. `invoke link`) .
19
+
-[ ] I added new functions/classes and made them available on a second-level import, e.g. `compas_fab.robots.Configuration`.
20
+
-[ ] I have added tests that prove my fix is effective or that my feature works.
21
+
-[ ] I have added necessary documentation (if appropriate)
0 commit comments