forked from Upstatement/react-router-guards
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating README, adding github-related MD files
- Loading branch information
1 parent
15e9df1
commit 0b1e4b7
Showing
6 changed files
with
566 additions
and
2 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
name: Bug Report 🐛 | ||
about: Something isn't working as expected? Here is the right place to report. | ||
--- | ||
|
||
# Description | ||
|
||
Describe the issue that you're seeing. | ||
|
||
## Steps to reproduce | ||
|
||
Clear steps describing how to reproduce the issue. | ||
|
||
## Expected result | ||
|
||
What should happen? | ||
|
||
## Actual result | ||
|
||
What happened. | ||
|
||
## Environment | ||
|
||
- OS: | ||
- Browser and its version: | ||
- React Router DOM version: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
name: Feature Request 💡 | ||
about: Suggest a new idea for the project. | ||
--- | ||
|
||
# Summary | ||
|
||
Brief explanation of the feature. | ||
|
||
## Basic example | ||
|
||
If the proposal involves a new or changed API, include a basic code example. Omit this section if it's not applicable. | ||
|
||
## Motivation | ||
|
||
Why are we doing this? What use cases does it support? What is the expected outcome? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
name: Question 🤔 | ||
about: Usage question or discussion about the project. | ||
--- | ||
|
||
# Summary | ||
|
||
## Relevant information | ||
|
||
Provide as much useful information as you can | ||
|
||
### Environment (if relevant) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Description | ||
|
||
Write a brief description of the changes introduced by this PR | ||
|
||
## Related issues | ||
|
||
Link to the issue that is fixed by this PR (if there is one) | ||
|
||
e.g. Fixes #1234, Addresses #1234, Related to #1234, etc. | ||
|
||
## What this does | ||
|
||
Describe what changes were made in more detail | ||
|
||
## How to test | ||
|
||
Describe how to test your changes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters