Skip to content

Commit

Permalink
Separate bug reports and feature requests
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrookes committed Jul 14, 2018
1 parent afa0af8 commit efa6b24
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Bug report or feature request
about: Create a bug report or feature request for Material-UI
name: Bug report
about: Create a bug report for Material-UI
---

<!--- Provide a general summary of the issue in the Title above -->
Expand All @@ -11,22 +11,20 @@ about: Create a bug report or feature request for Material-UI
-->

<!-- Checked checkbox should look like this: [x] -->
- [ ] This is a v1.x issue (v0.x is no longer maintained).
- [ ] This is a v1.x issue. <!-- (v0.x is no longer maintained) -->
- [ ] I have searched the [issues](https://github.com/mui-org/material-ui/issues) of this repository and believe that this is not a duplicate.

## Expected Behavior
<!---
If you're describing a bug, tell us what should happen.
If you're suggesting a change/improvement, tell us how it should work.
Describe what should happen.
-->

## Current Behavior
<!---
If describing a bug, tell us what happens instead of the expected behavior.
If suggesting a change/improvement, explain the difference from current behavior.
Describe what happens instead of the expected behavior.
-->

## Steps to Reproduce (for bugs)
## Steps to Reproduce
<!---
Provide a link to a live example (you can use codesandbox.io) and an unambiguous set of steps to reproduce this bug.
Include code to reproduce, if relevant (which it most likely is).
Expand All @@ -38,6 +36,7 @@ about: Create a bug report or feature request for Material-UI
If YOU DO NOT take time to provide a codesandbox.io reproduction, should the COMMUNITY take time to help you?
-->
Link:

1.
2.
Expand All @@ -46,7 +45,7 @@ about: Create a bug report or feature request for Material-UI

## Context
<!---
How has this issue affected you? What are you trying to accomplish?
What are you trying to accomplish? How has this issue affected you?
Providing context helps us come up with a solution that is most useful in the real world.
-->

Expand All @@ -58,4 +57,4 @@ about: Create a bug report or feature request for Material-UI
| Material-UI | v1.?.? |
| React | |
| browser | |
| etc | |
| etc. | |
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/2.feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: Feature request
about: Create feature request for Material-UI
---

<!--- Provide a general summary of the feature in the Title above -->

<!--
Thank you very much for contributing to Material-UI by creating an issue! ❤️
To avoid duplicate issues we ask you to check off the following list.
-->

<!-- Checked checkbox should look like this: [x] -->
- [ ] This is a v1.x issue. <!-- (v0.x is no longer maintained) -->
- [ ] I have searched the [issues](https://github.com/mui-org/material-ui/issues) of this repository and believe that this is not a duplicate.

## Expected Behavior
<!---
Describe how it should work.
-->

## Current Behavior
<!---
Explain the difference from current behavior.
-->

## Examples
<!---
Provide a link to the Material design specification, other implementations,
or screenshots of the expected behavior.
-->

## Context
<!---
What are you trying to accomplish? How has the lack of this feature affected you?
Providing context helps us come up with a solution that is most useful in the real world.
-->
File renamed without changes.
File renamed without changes.

0 comments on commit efa6b24

Please sign in to comment.