Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add issue templates for three categories #655

Merged
merged 1 commit into from
Mar 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/01_bug_report.md
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)
commjoen marked this conversation as resolved.
Show resolved Hide resolved

### 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)_
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/02_feature_request.md
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)_
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/03_challenge_idea.md
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)_
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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. 🏥
30 changes: 27 additions & 3 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,37 @@
Thank you for submitting a pull request to the WrongSecrets app!
<!-- Thank you for submitting a pull request to the WrongSecrets app! See what makes a good PR at https://github.com/OWASP/wrongsecrets/blob/master/CONTRIBUTING.md-->

What kind of changes does this PR include?
### What kind of changes does this PR include?

- [ ] Fixes or refactors
- [ ] A new challenge
- [ ] Additional documentation
- [ ] Something else
commjoen marked this conversation as resolved.
Show resolved Hide resolved

Checklist:
#### Description

<!---
Please provide a helpful summary of what change this pull request will introduce.
--->

### Relations

<!---
If your pull request fully resolves and should automatically close the linked issue, use Closes. Otherwise, use Relates.

For Example:

Relates #0000
or
Closes #0000
--->

### References

<!---
Optionally, provide any helpful references that may help the reviewer(s).
--->

### Checklist:

- [ ] All the contributions made are solely the work of me and my co-authors
- [ ] I tested the changes in this PR (if applicable)
Expand Down