We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8854bb1 commit fbaee56Copy full SHA for fbaee56
.github/pull_request_template.md
@@ -15,7 +15,7 @@ _Put an `x` in the boxes that apply. You can also fill these out after creating
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`) .
+- [ ] I ran lint on my computer and there are no errors (i.e. `invoke lint`) .
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