Skip to content
This repository was archived by the owner on Jul 25, 2019. It is now read-only.

Commit 52ff63e

Browse files
committed
added new file CONTRIBUTING.md
1 parent b5b46ae commit 52ff63e

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

CONTRIBUTING.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Contributing to Handsontable
2+
3+
Your contributions to the project are very welcome. If you would like to fix a bug or propose a new feature, you can submit a Pull Request.
4+
5+
To help us merge your Pull Request, please make sure you follow these points:
6+
7+
1. Describe the problem in the Pull Request description (of course you would do it, why do I mention that?)
8+
2. Please make your fix on a separate branch. This makes merging much easier.
9+
3. Do not edit files `jquery.handsontable.js`, `jquery.handsontable.css`, `jquery.handsontable.full.js`, `jquery.handsontable.full.css`. Instead, try to edit files inside the `src/` directory and then use `grunt` to make a build. More information about this on wiki page [Building](https://github.com/warpech/jquery-handsontable/wiki/Building).
10+
4. Very important: For any change that you make, **please try to also add a test case(s)** in `tests/jasmine/spec/` or `src/3rdparty/walkontable/test/jasmine/spec/`. This helps us understand the issue and make sure that it will stay fixed forever.
11+
12+
Thank you for your commitment!

README.md

+2-9
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,9 @@ Please follow this guidelines when reporting bugs and feature requests:
5858

5959
Thanks for understanding!
6060

61-
## Pull Requests
61+
## Contributing
6262

63-
Your contributions to the project are very welcome! To help me merge your pull request, please make sure you follow these points:
64-
65-
1. Describe the problem in the Pull Request description (of course you would do it, why do I mention that?)
66-
2. Please make your fix on a separate branch. This makes merging much easier.
67-
3. Do not edit files `jquery.handsontable.js`, `jquery.handsontable.css`, `jquery.handsontable.full.js`, `jquery.handsontable.full.css`. Instead, try to edit files inside the `src/` directory and then use `grunt` to make a build. More information about this on wiki page [Building](https://github.com/warpech/jquery-handsontable/wiki/Building).
68-
4. For any change that you make, please try to also add a test case(s) in `tests/jasmine/spec/` directory. This helps me understand the issue and make sure that it will stay fixed forever.
69-
70-
Thank you for your commitment!
63+
Please see [CONTRIBUTING.md](CONTRIBUTING.md)
7164

7265
## Similar projects
7366

0 commit comments

Comments
 (0)