Skip to content

Commit

Permalink
Add developer files (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowspawn authored Mar 1, 2023
1 parent 4324f97 commit faf6c9e
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Pull Request

<!--
The text in these markdown comments is instructions that will not appear in the displayed pull request,
and can be deleted.
Please submit pull requests against the develop branch.
Follow the existing code style. Check the tests succeed.
npm run test
Don't update the CHANGELOG or command version number. That gets done by maintainers when preparing the release.
-->

## Problem

<!--
What problem are you solving?
What Issues does this relate to?
Show the broken output if appropriate.
-->

## Solution

<!--
How did you solve the problem?
Show the fixed output if appropriate.
-->

## ChangeLog

<!--
Optional. Suggest a line for adding to the CHANGELOG to summarise your change.
-->
21 changes: 21 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Contributing

## Issues

New issues are welcome, whether questions or suggestions or reporting bugs.
You are also welcome to contribute by adding helpful comments on an existing issue.

We love reproducible code examples in questions and answers.

If you get a satisfactory reply to a question then please close your issue, but it is ok to leave an issue open for more replies or interest. Inactive issues may get closed after one month if they have an answer,
or after six months otherwise.

## Pull Requests

Please submit pull requests against the develop branch.

Follow the existing code style. Check the tests succeed.

- `npm run test`

Don't update the CHANGELOG or package version number. That gets done by maintainers when preparing the release.

0 comments on commit faf6c9e

Please sign in to comment.