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

Add separate issue templates #3409

Merged
merged 2 commits into from
Dec 10, 2018
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
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Bug report
about: Noticed something not working as expected?
title: ''
labels: type - bug report
assignees: ''

---

**Describe the bug**
A short description of what the problem is.

**Steps To Reproduce**
To reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'

**Actual behavior**
Describe what was the result of following the steps above. Add screenshots if
you think they would help.

**Expected behavior**
Describe what you expected to happen instead.
Add mockup screenshots if possible.

**Additional information**
Add any other information that could help, such as:
- Backdrop CMS version:
- Web server and its version:
- Operating System and its version:
- Browser(s) and their versions:
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Feature request
about: Suggest an idea on how to improve Backdrop
title: ''
labels: type - feature request
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always
frustrated when [...]

**Describe the solution you'd like**
Description how you would expect things to work ideally.

**Describe alternatives you've considered**
Have you seen this work in a better way in another CMS?

Is there a contributed module that accomplishes this? ...if so, then has this
been ported to Backdrop?: https://github.com/backdrop-contrib

...if not, then look here to see if anyone has already requested it to be
ported: https://github.com/backdrop-ops/contrib/issues

...if not, then create a request for it to be ported:
https://github.com/backdrop-ops/contrib/issues/new

**Additional information**
Add any other information or screenshots that would help.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Question
about: Do you have a generic question about Backdrop CMS?
title: ''
labels: type - question
assignees: ''

---


19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/security-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Security issue
about: Have you discovered a security issue?
title: ''
labels: ''
assignees: ''

---

**Please do not use this issue queue to report security issues**

If you believe you may have discovered a security issue with Backdrop CMS,
contact the Backdrop Security Team directly at [email protected]. In
order to keep everyone safe, we manage security issues separately in a private
repository. So please refrain from publicly blogging, or tweeting about it until
the issue has been resolved.

For more information about Backdrop CMS and security, please refer to:
https://backdropcms.org/security
16 changes: 0 additions & 16 deletions .github/issue_template.md

This file was deleted.