Skip to content

Commit c323034

Browse files
committed
Add issue and PR templates.
1 parent cc342a2 commit c323034

File tree

4 files changed

+59
-3
lines changed

4 files changed

+59
-3
lines changed

CONTRIBUTING.md renamed to .github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Want to be listed as a *Contributor*? Make a pull request with:
1818
* Please keep code style consistent with surrounding code.
1919

2020
## Dev Setup
21-
* Make sure you have [NodeJS v0.10](http://nodejs.org/) installed
21+
* Make sure you have [NodeJS v4.0+](http://nodejs.org/) installed
2222
* Run `npm install` from the project directory
2323

2424
## Testing

.github/ISSUE_TEMPLATE.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!--- Provide a general summary of the issue in the Title above -->
2+
3+
## Expected Behavior
4+
<!--- If you're describing a bug, tell us what should happen -->
5+
<!--- If you're suggesting a change/improvement, tell us how it should work -->
6+
7+
## Current Behavior
8+
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
9+
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
10+
11+
## Steps to Reproduce (for bugs)
12+
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
13+
<!--- reproduce this bug. Include code to reproduce, if relevant -->
14+
15+
## Context
16+
<!--- How has this issue affected you? What are you trying to accomplish? -->
17+
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
18+
19+
## Your Environment
20+
<!--- Include as many relevant details about the environment you experienced the bug in -->
21+
* stacktrace.js version:
22+
* Browser Name and version:
23+
* Operating System and version (desktop or mobile):
24+
* Link to your project:
25+
26+
## Possible Solution
27+
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
28+
<!--- or ideas how to implement the addition or change -->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!--- Provide a general summary of your changes in the Title above -->
2+
3+
## Description
4+
<!--- Describe your changes in detail -->
5+
6+
## Motivation and Context
7+
<!--- Why is this change required? What problem does it solve? -->
8+
<!--- If it fixes an open issue, please link to the issue here. -->
9+
10+
## How Has This Been Tested?
11+
<!--- Please describe in detail how you tested your changes. -->
12+
<!--- Include details of your testing environment, and the tests you ran to -->
13+
<!--- see how your change affects other areas of the code, etc. -->
14+
15+
## Types of changes
16+
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
17+
- [ ] Bug fix (non-breaking change which fixes an issue)
18+
- [ ] New feature (non-breaking change which adds functionality)
19+
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
20+
21+
## Checklist:
22+
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
23+
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
24+
- [ ] `node_modules/.bin/jscs -c .jscsrc stacktrace.js` passes without errors
25+
- [ ] `npm test` passes without errors
26+
- [ ] I have read the [contribution guidelines](CONTRIBUTING.md)
27+
- [ ] I have updated the documentation accordingly
28+
- [ ] I have added tests to cover my changes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,11 @@ It has a very similar API and also supports source maps.
147147
## Contributing
148148
This project adheres to the [Open Code of Conduct](http://todogroup.org/opencodeofconduct/#stacktrace.js/me@eriwen.com). By participating, you are expected to honor this code.
149149

150-
Want to be listed as a *Contributor*? Start with the [Contributing Guide](https://github.com/stacktracejs/stacktrace.js/blob/master/CONTRIBUTING.md)!
150+
Want to be listed as a *Contributor*? Start with the [Contributing Guide](https://github.com/stacktracejs/stacktrace.js/blob/master/.github/CONTRIBUTING.md)!
151151

152152
This project is made possible due to the efforts of these fine people:
153153

154-
* [Eric Wendelin](http://www.eriwen.com)
154+
* [Eric Wendelin](https://www.eriwen.com)
155155
* [Victor Homyakov](https://github.com/victor-homyakov)
156156
* [Oliver Salzburg](https://github.com/oliversalzburg)
157157
* [Many others](https://github.com/stacktracejs/stacktrace.js/graphs/contributors)

0 commit comments

Comments
 (0)