-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add pull request template (#224)
- Loading branch information
1 parent
1aaef3e
commit 85b2c88
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<!--- Provide a general summary of your changes in the Title above --> | ||
|
||
## Description | ||
|
||
<!-- A short (or detailed) description of what this PR does and why these changes are needed --> | ||
|
||
## How to Test | ||
|
||
<!--- Please describe in detail how you tested your changes --> | ||
|
||
## Checklist | ||
|
||
- [ ] I have performed a self-review of my code. | ||
- [ ] I have added tests for my changes. | ||
- [ ] I have run linter locally (`npm run lint`) and all checks pass. | ||
- [ ] I have run tests locally (`npm test`) and all tests pass. | ||
- [ ] I have commented on my code, particularly in hard-to-understand areas. | ||
<!-- - [ ] Any other relevant item --> | ||
|
||
## Screenshots (if appropriate): | ||
|
||
## Related PR(s)/Issue(s) | ||
|
||
<!-- - <https://github.com/grafana/k6-studio/issues/...> --> | ||
|
||
<!-- Does it resolve an issue? --> | ||
|
||
<!-- Resolves #ISSUE-ID --> | ||
|
||
<!-- Thanks for your contribution! 🙏🏼 --> |