Skip to content

Commit 3879194

Browse files
authored
Create CONTRIBUTING.md
1 parent b78e403 commit 3879194

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CONTRIBUTING.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Contributing to React-floating-button
2+
We want to make contributing to this project as easy and transparent as
3+
possible.
4+
5+
## Our Development Process
6+
We use GitHub to sync code to and from our internal repository. We'll use GitHub
7+
to track issues and feature requests, as well as accept pull requests.
8+
9+
## Pull Requests
10+
We actively welcome your pull requests.
11+
12+
1. Fork the repo and create your branch from `master`.
13+
2. If you've added code that should be tested, add tests.
14+
3. Ensure the test suite passes.
15+
5. Make sure your code lints.
16+
17+
## Issues
18+
We use GitHub issues to track public bugs. Please ensure your description is
19+
clear and has sufficient instructions to be able to reproduce the issue.
20+
If possible please provide a minimal demo of the problem.

0 commit comments

Comments
 (0)