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

Improve Github issue & PR templates #2905

Merged
merged 2 commits into from Sep 25, 2019
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
21 changes: 0 additions & 21 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug.md
@@ -0,0 +1,28 @@
---
name: "🐞 Bug Report"
about: "Something is broken? πŸ”¨"
title: ""
labels: Bug
assignees: ""
---

## Bug Report

<!-- Fill in the relevant information below to help triage your issue. -->

| Q | A |
| ------------ | ----- |
| Critical Bug | no |
| Version | 5.x.x |

### Problem description

<!-- Provide a summary describing the (buggy) behavior you are experiencing -->

### Steps to reproduce

<!-- Describe how we can reproduce the problem here -->

### Expected behavior / Proposed solution

<!-- What was the expected (correct) behavior? How would you propose to fix this? -->
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/Critical_Bug.md
@@ -0,0 +1,28 @@
---
name: "πŸ’₯ Critical Bug Report"
about: "Have you encountered something completely broken without workaround? πŸ’£"
title: ""
labels: Bug
assignees: ""
---

## Critical Bug Report

<!-- Fill in the relevant information below to help triage your issue. -->

| Q | A |
| ------------ | ----- |
| Critical Bug | yes |
| Version | 5.x.x |

### Problem description

<!-- Provide a summary describing the problem you are experiencing -->

### Steps to reproduce

<!-- Describe how we can reproduce the problem here -->

### Expected behavior / Proposed solution

<!-- What was the expected (correct) behavior? How would you propose to fix this? -->
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/Feature_Request.md
@@ -0,0 +1,21 @@
---
name: "✨ Feature Request"
about: "You have a neat idea that should be implemented? 🎩"
title: ""
labels: Feature
assignees: ""
---

## Feature Request

<!-- Fill in the relevant information below to help triage your feature request. -->

| Q | A |
| ----------- | ------ |
| New Feature | yes |
| RFC | yes/no |
| BC Break | yes/no |

### Summary

<!-- Provide a summary of the feature you would like to see implemented. -->
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/Support_Question.md
@@ -0,0 +1,22 @@
---
name: "❓ Support Question"
about: "Have a problem that you can't figure out? πŸ€”"
title: ""
labels: ""
assignees: ""
---

## Support Question

<!-- Fill in the relevant information below to help triage your issue. -->

| Q | A |
| ------- | ----- |
| Version | 5.y.z |

<!--
Before asking a question here, please try asking on Slack first.
Join our Fork CMS Slack channel here: https://fork-cms.herokuapp.com. Keep in mind that GitHub is primarily an issue tracker.
-->

<!-- Describe the issue you are facing here. -->
16 changes: 0 additions & 16 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

23 changes: 23 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/Improvement.md
@@ -0,0 +1,23 @@
---
name: βš™ Bugfixes and Improvements
about: You have a bugfix or improvement to make Fork CMS better? 🎁
---

## Improvement

<!-- Fill in the relevant information below to help triage your contribution. -->

| Q | A |
| ----------- | ------ |
| Improvement | yes |
| RFC | yes/no |
| BC Break | yes/no |

### Summary

<!-- Provide a summary of the improvement you are submitting. -->

### Resolves the following issues

<!-- List the hashes of the issues that this pull request resolves if their are issues for it. -->
<!-- Use the following format: fixes #[issue_number] -->
24 changes: 24 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/New_Feature.md
@@ -0,0 +1,24 @@
---
name: πŸŽ‰ New Feature
about: You have implemented some neat idea that you want to make part of Fork CMS? 🎩
---

## New Feature

<!-- Thank you for submitting a new feature! -->
<!-- Fill in the relevant information below to help triage your contribution. -->

| Q | A |
| ----------- | ------ |
| New Feature | yes |
| RFC | yes/no |
| BC Break | yes/no |

### Summary

<!-- Provide a summary of the feature you have implemented. -->

### Resolves the following issues

<!-- List the hashes of the issues that this pull request resolves if their are issues for it. -->
<!-- Use the following format: fixes #[issue_number] -->