Skip to content

Commit

Permalink
Splitting up the issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
bobdenotter committed Aug 8, 2018
1 parent bc633bc commit 5182cbd
Show file tree
Hide file tree
Showing 6 changed files with 98 additions and 32 deletions.
61 changes: 29 additions & 32 deletions .github/ISSUE_TEMPLATE.md → .github/ISSUE_TEMPLATE/1_Bug.md
@@ -1,36 +1,33 @@
<!--
This issue tracker is NOT for support questions. If you have a question, please
join us in the community, on one of our social platforms like Slack, IRC or the
forum: http://bolt.cm/community.
If you open a "request for comment" (or "RFC" for short) please prefix your
title with [RFC]. It is expected that you are willing to help out in the
implementation of said feature request. Other appropiate labels will be applied
by the Bolt team, when assessing issues.
-->
---
name: 🐛 Bug Report
about: File a bug report, if you've discovered a problem in Bolt's code.
---

A brief description of the issue goes here.

<!--
If you haven't yet done so, please read the "contributing guidelines"
thoroughly. Then, proceed by filling out the rest of the details in the issue
template below. The more details you can give us, the easier it will be for us
to determine the cause of a problem.
If you haven't yet done so, please read the "contributing guidelines"
thoroughly. Then, proceed by filling out the rest of the details in the issue
template below. The more details you can give us, the easier it will be for us
to determine the cause of a problem.
See: https://github.com/bolt/bolt/blob/master/.github/CONTRIBUTING.md
-->
-->

Details
-------

- Relevant Bolt Version: [ 3.2 | 3.3 | 3.4 | 3.5 | master ]
- Install type: [ Zip/tarball install | Composer install | GitHub checkout ]
- PHP version: [ 5.5 | 5.6 | 7.0 | 7.1 | 7.2 ]
- Used web server: [ Apache | Nginx ] version [ version ]
- For UX/UI issues: [ browser name and version ]
| Q | A
|--------------- | ------
| Relevant Bolt Version | legacy / 3.5 / 3.6 / master
| Install type | Zip or tar install / Composer install / GitHub checkout
| BC Break | yes/no
| PHP version | 5.5 / 5.6 / 7.0 / 7.1 / 7.2
| Web server | Apache / Nginx / Built-in, version [ version ]
| For UX/UI issues | Browser name and version


Reproduction
------------
Expand All @@ -40,42 +37,42 @@ relevant information as possible, such as:

### Bug summary

<!--
<!--
* Write a short summary of the bug
* Try to pinpoint it as much as possible
* Try to state the _actual problem_, and not just what you _think_ the
* Try to state the _actual problem_, and not just what you _think_ the
solution might be.
-->

### Specifics

<!--
<!--
* Mention the URL where this bug occurs, if applicable
* What version of Bolt are you using (down to the very last digit!)
* What method did you use to install Bolt
* What browser and version you are using
* Please mention if you've checked it in other browsers as well
* Please mention if you've checked it in other browsers as well
* Please include *full error messages* and *screenshots* if possible
-->

### Steps to reproduce

<!--
<!--
* Clearly mention the steps to reproduce the bug
-->

### Expected result

<!--
<!--
* What did you _expect_ that would happen on your Bolt site?
* Describe the intended outcome after you did the steps mentioned before
* Describe the intended/desired outcome after you did the steps mentioned.
-->

### Actual result

<!--
* What is the actual result of the above steps?
* Describe the behaviour of the bug
* Please, please include **error messages** and screenshots. They might mean
<!--
* What is the actual result of the above steps?
* Describe the behaviour of the bug
* Please, please include **error messages** and screenshots. They might mean
nothing to you, but they are _very_ helpful to us.
-->
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/2_Feature_request.md
@@ -0,0 +1,29 @@
---
name: 📮 Feature Request / RFC
about: Open a feature request, if you want to discuss a new feature.
---

A brief description of your feature request goes here.

<!--
If you open a "request for comment" (or "RFC" for short) please prefix your
title with [RFC]. It is expected that you are willing to help out in the
implementation of said feature request. Other appropiate labels will be applied
by the Bolt team, when assessing issues.
-->

How can you help?
-------------------------------

<!--
The resources (read: available time and effort) of Bolt's core team is limited.
If we're going to consider your request, please describe how you are willing
to help out, to see the new feature become a reality.
If we can not work on your suggestion, please don't take it personally. Most
likely, it's either:
- We think your idea is valid, but we can't find the time to work on it.
- Your idea might be better suited as an extension, if it's not suitable for
the majority of users.
-->
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/3_Support_question.md
@@ -0,0 +1,10 @@
---
name: ⁉️ Support Question
about: Having trouble with Bolt? -> http://bolt.cm/community.
---

This issue tracker is NOT meant for support questions. If you have a question,
please join us in the community, on one of our social platforms like Slack or
the forum: http://bolt.cm/community.

Thanks!
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/4_Documentation_issue.md
@@ -0,0 +1,9 @@
---
name: 📖 Documentation Issue
about: See https://github.com/bolt/docs/issues for documentation issues
---

The Bolt documentation has its own dedicated repository. Please open your
documentation-related issue at https://github.com/bolt/docs/issues

Thanks!
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/5_Theme_issue.md
@@ -0,0 +1,9 @@
---
name: 🖼 Base-2018 / Skeleton Theme Issue
about: See https://github.com/bolt/themes/issues for documentation issues
---

The Bolt themes have their own dedicated repository. Please open your
theme-related issues at https://github.com/bolt/themes/issues

Thanks!
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/6_Security_issue.md
@@ -0,0 +1,12 @@
---
name: 🔐 Support Question
about: Having trouble with Bolt? -> http://bolt.cm/community.
---

⚠️ PLEASE DON'T DISCLOSE SECURITY-RELATED ISSUES PUBLICLY, SEE BELOW.

If you have found a security issue in Bolt, please send the details to
security@bolt.cm and don't disclose it publicly until we can provide a
fix for it.

Thanks!

0 comments on commit 5182cbd

Please sign in to comment.