-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add issue template and pull request template
- Loading branch information
Showing
2 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
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,5 @@ | ||
**Note:** if you have a question about how to use Handlebars, we recommend asking it on [Stack Overflow](https://stackoverflow.com/questions/tagged/handlebars.js). The Panini issue tracker is for reporting bugs (and requesting features) related to using Panini specifically. | ||
|
||
If you're encountering an error while using Panini, please paste in the error message, and if possible, the code for the page that isn't working. It's super helpful. | ||
|
||
Lastly, thanks for contributing to the project! :) |
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,3 @@ | ||
Thanks for contributing to Panini! If you're adding a new feature, it can be helpful to open a new issue first, so the feature can be discussed before we commit to it. | ||
|
||
Before submitting your pull request, make sure all the existing unit tests pass. You can run the tests with the `npm test` command. If you're adding a new feature to Panini, please also add new unit tests for the feature. |