Make feature proposal and bug report language more similar

This commit is contained in:
Andrew Keesler 2020-08-27 11:44:54 -04:00
parent 7360489d1b
commit 89f059ae03
No known key found for this signature in database
GPG Key ID: 27CE0444346F9413
3 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
--- ---
name: Bug report name: Bug report
about: Tell us about a problem you are experiencing about: Explain a problem you are experiencing
title: '' title: ''
labels: '' labels: ''
assignees: '' assignees: ''
@ -13,7 +13,7 @@ Hey! Thanks for opening an issue!
IMPORTANT: If you believe this bug is a security issue, please don't use this template and follow our [security guidelines](/doc/security.md). IMPORTANT: If you believe this bug is a security issue, please don't use this template and follow our [security guidelines](/doc/security.md).
We really recommend you including screenshots and logs to help us to achieve a shared understanding of the issue. It is recommended that you include screenshots and logs to help everyone achieve a shared understanding of the bug.
--> -->
@ -39,4 +39,4 @@ We really recommend you including screenshots and logs to help us to achieve a s
- Kernel (e.g. `uname -a`): - Kernel (e.g. `uname -a`):
- Others: - Others:
**What else do we need to know?** **What else is there to know about this bug?**

View File

@ -1,6 +1,6 @@
--- ---
name: Feature proposal name: Feature proposal
about: Suggest a way to make improve this project about: Suggest a way to improve this project
title: '' title: ''
labels: '' labels: ''
assignees: '' assignees: ''
@ -11,7 +11,7 @@ assignees: ''
Hey! Thanks for opening an issue! Hey! Thanks for opening an issue!
We really recommend you including screenshots and logs to help us to achieve a shared understanding of the issue. It is recommended you include screenshots and logs to help everyone achieve a shared understanding of the improvement.
--> -->
@ -19,7 +19,7 @@ We really recommend you including screenshots and logs to help us to achieve a s
> Please provide a clear and concise description of what the problem is. Ex. I'm always frustrated when [...] > Please provide a clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**What is the best solution to solve the above problem?** **What is the best solution to the above problem?**
> Please provide a clear and concise description of what the solution is. > Please provide a clear and concise description of what the solution is.
@ -29,7 +29,7 @@ We really recommend you including screenshots and logs to help us to achieve a s
**How will this project improvement be tested?** **How will this project improvement be tested?**
> Please include your thoughts on how we can ensure that this improvement is tested thoroughly. > Please include your thoughts on how this improvement can be thoroughly tested.
**In what environment do you hope to see this improvement?** **In what environment do you hope to see this improvement?**
- Pinniped server version: - Pinniped server version:
@ -43,4 +43,4 @@ We really recommend you including screenshots and logs to help us to achieve a s
- Kernel (e.g. `uname -a`): - Kernel (e.g. `uname -a`):
- Others: - Others:
**What else do we need to know?** **What else is there to know about this improvement?**

View File

@ -27,7 +27,7 @@ guidelines in the issue and pull request templates!
## Features ## Features
To suggest a feature, please first open an To suggest a feature, please first open an
[issue](https://github.com/suzerain-io/pinniped/issues/new) and tag it with [issue](https://github.com/suzerain-io/pinniped/issues/new?template=feature-proposal.md) and tag it with
`proposal`. The project team will work with you on your feature request. `proposal`. The project team will work with you on your feature request.
Once the feature request has been validated, a [pull Once the feature request has been validated, a [pull