Skip to content

Commit

Permalink
Update PULL_REQUEST_TEMPLATE.md
Browse files Browse the repository at this point in the history
Ditch the checkboxes. The workflow covers the most important part and adding tests and documentation shouldn't be required. Just encouraged.
  • Loading branch information
friday committed Jan 21, 2023
1 parent 2d746e2 commit 91cf95f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Thank you for submitting a PR to Ulauncher!
Please read our contribution instructions if you haven't:
https://github.com/Ulauncher/Ulauncher#code-contribution
Explain the changes in this PR and link to related issue(s) if applicable
-->
* Explain the changes in this PR and link to related issue(s) if applicable
* When applicable, please update the documentation according to your changes.
* Ensure that the PR doesn't break existing tests, and please add your own if applicable.
A git action will verify your PR, but you can also test locally with `./ul test`
### Checklist
- [ ] Verify that the test command `./ul test` is passing (the CI server will check this if you don't)
- [ ] Update the documentation according to your changes (when applicable)
- [ ] Write unit tests for your changes (when applicable)
-->

0 comments on commit 91cf95f

Please sign in to comment.