Skip to content

Commit 1838371

Browse files
authored
Merge pull request #686 from trombik/issue-685
chore: introduce PULL_REQUEST_TEMPLATE.md
2 parents d1b7da6 + 5393cb5 commit 1838371

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
**IMPORTANT**: Please **do not create a Pull Request** without
2+
[creating an issue](https://github.com/UncleRus/esp-idf-lib/issues/new/choose)
3+
first.
4+
5+
Include `fixes` or other supported keywords that links a PR to an
6+
issue in either a commit log or the PR. See
7+
[Linking a pull request to an issue using a keyword](https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword)
8+
for the keywords.
9+
10+
Make sure your branch is up-to-date with the latest `master` branch. If it is
11+
not, do `git rebase master`.
12+
13+
After creating a PR, make sure all the tests in the CI pass. If you cannot
14+
understand why a test fails, ask for help.

0 commit comments

Comments
 (0)