Skip to content

Commit

Permalink
Updated issue and PR templates for doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nmay231 committed Jan 7, 2020
1 parent 47301c8 commit beb4b55
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 23 deletions.
28 changes: 17 additions & 11 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,43 @@
<!-- Source: https://github.com/stevemao/github-issue-templates/tree/master/conversational -->

**Note: for support questions, please ask questions on the gitter chat**. This repository's issues are reserved for feature requests and bug reports. Visit the gitter chat [here](https://gitter.im/omnidan/redux-undo).
**Note: for support questions about the usage of the library, please ask questions on the gitter chat**. The issue tracker is reserved for feature requests, bug reports and similar issues. Visit the gitter chat [here](https://gitter.im/omnidan/redux-undo).

* **I'm submitting a ...**
- [ ] bug report
- [ ] feature request
- [ ] support request => Please do not submit support request here, see note at the top of this template.
#### I'm submitting a ...
- [ ] Bug report
- [ ] Feature request
- [ ] Docs update
- [ ] Support request => Please do not submit support requests here, see note at the top of this template.

* **What is the current behavior?**

<!-- If this is a doc change, uncomment the following line, describe what needs to change, and then remove the other sections -->
<!-- #### What docs need to be added/updated? -->


* **What is the expected/desired behavior?**
#### What is the current behavior/state of the project?



* **If this is a feature request, what is the use case for changing the behavior?**
#### What is the desired behavior?



* **If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via a gist or similar.**
#### If this is a feature request, what is the use case for changing the behavior?



* **Please tell us about your environment:**
#### If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via a gist or similar.



#### Please tell us about your environment:

- Library version: 1.0.0
- Redux version: 4.0.0
- Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Edge XX]
- Language: [all | TypeScript X.X | ES6/7 | ES5]


* **Other information**
#### Other information

(e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)

Expand Down
26 changes: 14 additions & 12 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,33 @@
<!-- Source: https://github.com/stevemao/github-issue-templates/tree/master/conversational -->

* **Please check if the PR fulfills these requirements**
- [ ] The commit message(s) are descriptive of the changes made
- [ ] The PR contains changes that are focused and differs from other PRs
- For bug fixes or features:
- [ ] Tests for the changes have been added where needed
- [ ] Docs have been added / updated
#### Please check if the PR fulfills these requirements
- Is this just a doc change? (yes/no)

- If no, then check that:
- [ ] The commit message(s) are descriptive of the changes made
- [ ] The PR contains changes that are focused and differs from other PRs
- [ ] Tests for the changes have been added where needed
- [ ] Docs have been added / updated

* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...)

#### What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

<!-- If this is a simple doc change, remove the following lines -->

<!-- If this is a simple doc change, describe the changes and then remove the following sections -->

* **What is the current behavior?** (You can also link to an open issue here)

#### What is the current behavior? (You can also link to an open issue here)


* **What is the new behavior (if this is a feature change)?**

#### What is the new behavior?


* **Does this PR introduce a breaking change?** (What changes might users need to make in their application due to this PR?)

#### Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)


* **Other information**:

#### Other information:


0 comments on commit beb4b55

Please sign in to comment.