Skip to content

Commit 7215076

Browse files
authored
Merge pull request #152 from xmartlabs/add-contributing-file
Setting guidelines for repository contributors
2 parents c0bf21d + a7a2e79 commit 7215076

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## How to contribute to react-native-line
2+
3+
#### **Did you find a bug?**
4+
5+
* **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/xmartlabs/react-native-line/issues).
6+
7+
* If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/xmartlabs/react-native-line/issues/new/choose). Be sure to select the proper issue template. Also, include as much relevant information as possible, in particular, add a **code sample** or an **executable test case** demonstrating the expected behavior that is not occurring.
8+
9+
#### **Did you write a patch that fixes a bug?**
10+
11+
* Open a new GitHub pull request with the patch.
12+
13+
* Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
14+
15+
#### **Do you intend to add a new feature or change an existing one?**
16+
17+
* Please open an issue using the [feature request template](https://github.com/xmartlabs/react-native-line/issues/new?template=---feature-request.md).
18+
19+
* Be sure to add a clear description of the feature request.
20+
21+
Thanks! :heart: :heart: :heart:
22+
23+
Xmartlabs Team

0 commit comments

Comments
 (0)