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/NEW_FEATURE.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,14 @@
1
1
## Double check these details before you open a PR
2
+
2
3
<!-- Tick the checkboxes to ensure you've done everything correctly -->
3
4
-[ ] PR does not match another non-stale PR currently opened
5
+
-[ ] PR name matches the format *[ feature ]: <i>Feature Name</i> (<i>versions separated by comma</i>)*. More details [here](https://github.com/TheCodeRaccoons/WebflowTrickery/wiki/Overview-on-Submitting-Features)
6
+
-[ ] PR's base is the `develop` branch.
7
+
-[ ] Your Feature matches the standards laid out [here](https://github.com/TheCodeRaccoons/WebflowTrickery/wiki/Programming-Standards)
8
+
-[ ] A new object is added in the `webflowTrickery.json` file at the correct alphabetic position as seen [here](https://github.com/TheCodeRaccoons/WebflowTrickery/wiki/Updating-%60webflowTrickery.json)
9
+
10
+
11
+
<!-- Refer to the [contributing](https://github.com/TheCodeRaccoons/WebflowTrickery/wiki/Contributing) guidelines for more details. -->
4
12
5
13
## Features
6
14
<!-- List your features here and the benefits they bring. Include images/codes if appropriate -->
0 commit comments