Do not use multiple PR templates (#423)
Github handles multiple PR templates only with url params and we wanted it to display as issues The result is no template is used, so back one step to single template Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>pull/429/head
parent
7de8098b4b
commit
5e5f79017a
@ -1,43 +0,0 @@ |
||||
--- |
||||
name: Content pull request |
||||
about: Propose a change on the content in this documentation. |
||||
title: '' |
||||
|
||||
--- |
||||
|
||||
<!-- **IMPORTANT: this is only for documentation content changes.** |
||||
If you want to suggest a change to the tools, CI and build process, create a DocOps pull request. |
||||
|
||||
**Before pushing any commit in your pull request, make sure that you:** |
||||
|
||||
- read the [contribution guidelines](https://wiki.hyperledger.org/display/BESU/Contributing+to+documentation). |
||||
- [signed all commits of for the DCO](https://wiki.hyperledger.org/display/BESU/DCO). |
||||
- have [tested your changes locally](https://wiki.hyperledger.org/display/BESU/MkDocs+And+Markdown+Guide#MkDocsAndMarkdownGuide-PreviewTheDocumentation) before submitting them to the community for review. --> |
||||
|
||||
## Describe the change |
||||
|
||||
<!-- A clear and concise description of what this PR changes in the content. --> |
||||
|
||||
## Issue fixed |
||||
|
||||
<!-- Except for minor changes (typos, commas) it's required to have a Github issue linked to your |
||||
pull request. |
||||
|
||||
Use the following to make Github close the issue automatically when merging the PR: |
||||
|
||||
fixes #{your issue number} |
||||
|
||||
If you don't want to close the issue, use: |
||||
|
||||
see #{your issue number} --> |
||||
|
||||
## Testing |
||||
|
||||
<!-- Steps to follow to review your changes. |
||||
|
||||
Don't forget to test your change locally before any review request. --> |
||||
|
||||
## Screenshots / recording |
||||
|
||||
<!-- If it helps understanding your change, |
||||
don't hesitate to link an annotated screenshot or a small demo video. --> |
Loading…
Reference in new issue