Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.

Commit 0d31e8c

Browse files
Create CONTRIBUTING.md
1 parent e539e9e commit 0d31e8c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CONTRIBUTING.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Issues
2+
3+
- Report issues or feature requests on [GitHub Issues](https://github.com/js-cookie/java-cookie/issues).
4+
- If reporting a bug, please add a [simplified example](http://sscce.org/).
5+
6+
## Pull requests
7+
- Create a new topic branch for every separate change you make.
8+
- Create a test case if you are fixing a bug or implementing an important feature.
9+
- Make sure the build runs successfully [(see below)](#development).
10+
11+
## Development
12+
13+
// TODO

0 commit comments

Comments
 (0)