diff options
| author | vishakha <vishakhanihore.10@gmail.com> | 2019-12-19 05:17:55 +0530 |
|---|---|---|
| committer | vishakha <vishakhanihore.10@gmail.com> | 2019-12-19 18:27:54 +0530 |
| commit | 7ff65be38c3858f0394f4cb3ae8b71685dbc4ec1 (patch) | |
| tree | f8a429a185c73e34660b0c7f326092c112c52408 /.github | |
| parent | 533a66caf6f2b3495cc4f7fdcc71943987104d89 (diff) | |
Improving the PR Template and Contributor-Cheatsheet
Diffstat (limited to '.github')
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d08b6fa4..f3a67564 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,4 +4,12 @@ You will need to follow these steps: 1. Edit sigs.yaml with your change 2. Generate docs with `make generate`. To build docs for one sig, run `make WHAT=sig-apps generate` --->
\ No newline at end of file +--> + +**Which issue(s) this PR fixes**: +<!-- +*Automatically closes linked issue when PR is merged. +Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. +_If PR is about `failing-tests or flakes`, please post the related issues/tests in a comment and do not use `Fixes`_* +--> +Fixes # |
