-
-
Notifications
You must be signed in to change notification settings - Fork 356
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #655 from OWASP/feat/issue-template
feat: add issue templates for three categories
- Loading branch information
Showing
5 changed files
with
97 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
name: 🐜 Bug report | ||
about: If something isn't working 🔧 | ||
--- | ||
|
||
### Please describe your environment | ||
|
||
At least: | ||
|
||
- Operating System + version (and distro if linux): | ||
- Software versions (Java, Terraform, etc) | ||
|
||
### What is the expected behavior? | ||
|
||
### What is the actual behavior? | ||
|
||
### Please provide a reproducible path or test that demonstrates the bug. | ||
|
||
### Other notes on how to reproduce the issue | ||
|
||
### Please provide relevant logs | ||
|
||
### Any possible solutions? | ||
|
||
### If the bug is confirmed, would you be willing to submit a PR? | ||
|
||
Yes / No _(Help can be provided if you need assistance submitting a PR)_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: 🚀 Feature request | ||
about: If you have a feature request 💡 | ||
--- | ||
|
||
### Context | ||
|
||
What are you trying to do and how would you want to do it differently? Is it something you currently you cannot do? Is this related to an issue/problem? Do you want support for a new platform? | ||
|
||
### Alternatives | ||
|
||
Can you achieve the same result doing it in an alternative way? Is the alternative considerable? | ||
|
||
### Has the feature been requested before? | ||
|
||
Please provide a link to the issue. | ||
|
||
### If the feature request is approved, would you be willing to submit a PR? | ||
|
||
Yes / No _(Help can be provided if you need assistance submitting a PR)_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
name: 🧩 Challenge idea | ||
about: If you have a challenge idea 💡 | ||
--- | ||
|
||
### Context | ||
|
||
- What should the challenge scenario be like? | ||
- What should the participant learn from completing the challenge? | ||
- For what category would the challenge be? (e.g. Docker, K8s, binary) | ||
|
||
### Did you encounter this in real life? Could you tell us more about the scenario? | ||
|
||
**Don't break any NDAs 🙃** | ||
|
||
### If the challenge request is approved, would you be willing to submit a PR? | ||
|
||
Yes / No _(Help can be provided if you need assistance submitting a PR)_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: WrongSecrets Slack Channel | ||
url: https://owasp.slack.com/archives/C02KQ7D9XHR | ||
about: Please ask and answer questions here. 🏥 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters