Skip to content

Commit f662acf

Browse files
authored
docs: update PR template with sandbox info (#255)
1 parent 0393f6e commit f662acf

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.github/pull_request_template.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
### Summary
22

3-
(If you have not already please refer to the contributing guideline as [described
4-
here](https://github.com/feathersjs/feathers/blob/master/.github/contributing.md#pull-requests))
5-
3+
- [ ] If you have not already please refer to the contributing guideline as [described
4+
here](https://github.com/feathersjs/feathers/blob/master/.github/contributing.md#pull-requests)
65
- [ ] Tell us about the problem your pull request is solving.
7-
- [ ] Are there any open issues that are related to this?
8-
- [ ] Is this PR dependent on PRs in other repos?
9-
10-
If so, please mention them to keep the conversations linked together.
6+
- [ ] Are there any open issues that are related to this? Is this PR dependent on PRs in other repos?
7+
- If so, please mention them to keep the conversations linked together.
8+
- [ ] I'm using https://www.conventionalcommits.org/en/v1.0.0/ for the PR title
119

1210
### Other Information
1311

@@ -19,4 +17,8 @@ Your PR will be reviewed by a core team member and they will work with you to ge
1917

2018
If your changes involve documentation updates please mention that and link the appropriate PR in [feathers-docs](https://github.com/feathersjs/feathers-docs).
2119

22-
Thanks for contributing to Feathers! :heart:
20+
To run this pull request in a clean container visit:
21+
1. Visit https://replit.com/new/github/feathersjs/feathers-chat
22+
2. Run `git pull origin pull/{{id}}/head`
23+
24+
Thanks for contributing to Feathers! :heart:

0 commit comments

Comments
 (0)