Skip to content

Commit c7b7b4b

Browse files
authored
chore: improve PR template and build workflow (#712)
1 parent c427956 commit c7b7b4b

File tree

2 files changed

+6
-17
lines changed

2 files changed

+6
-17
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,22 @@
11
<!--
2-
Please make sure you are familiar with and follow the instructions in the
3-
contributing guidelines (found in the CONTRIBUTING.md file).
4-
5-
Please fill out the information below to expedite the review and (hopefully)
6-
merge of your pull request!
2+
Make sure you've read the CONTRIBUTING.md file.
3+
Fill out the information to help the review and merge of your pull request!
74
-->
85

9-
<!-- Is it a bug fix, feature, docs update, ... -->
10-
116
**What kind of change does this PR introduce?**
12-
137
<!-- You can also link to an open issue here -->
148

9+
1510
**What is the current behavior?**
1611

17-
<!-- if this is a feature change -->
1812

1913
**What is the new behavior?**
2014

21-
<!-- Have you done all of these things? -->
2215

2316
**Checklist**:
24-
25-
<!-- add "N/A" to the end of each line that's irrelevant to your changes -->
26-
<!-- to check an item, place an "x" in the box like so: "- [x] Documentation" -->
27-
17+
<!-- Put an "x" in the box like [x] Documentation -->
2818
- [ ] Documentation
2919
- [ ] Tests
3020
- [ ] Ready to be merged <!-- In your opinion, is this ready to be merged as soon as it's reviewed? -->
3121

32-
<!-- feel free to add additional comments -->
33-
34-
<!-- Thank you for contributing! -->
22+
<!-- Feel free to add additional comments -->

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches: [beta, master]
55
pull_request:
66
branches: [develop]
7+
workflow_dispatch:
78
jobs:
89
run-checks:
910
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)