Spaces:
Running
Running
Ved Gupta
commited on
Commit
·
741d49b
1
Parent(s):
c646705
CONTRIBUTING.md added
Browse files- CONTRIBUTING.md +45 -0
CONTRIBUTING.md
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Contribution Guidelines
|
2 |
+
|
3 |
+
Thank you for considering contributing to NextTalk frontend! We welcome all contributions that improve the application.
|
4 |
+
|
5 |
+
## Ways to contribute
|
6 |
+
|
7 |
+
- Report a bug
|
8 |
+
- Request a new feature
|
9 |
+
- Improve documentation
|
10 |
+
- Write tests
|
11 |
+
- Submit a code fix or feature implementation
|
12 |
+
|
13 |
+
## Getting started
|
14 |
+
|
15 |
+
To get started, follow the steps outlined in the installation section of the README file.
|
16 |
+
|
17 |
+
## Code of Conduct
|
18 |
+
|
19 |
+
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
|
20 |
+
|
21 |
+
## How to report a bug
|
22 |
+
|
23 |
+
If you find a bug, please raise an issue with the following details:
|
24 |
+
|
25 |
+
- Steps to reproduce the issue
|
26 |
+
- Expected result
|
27 |
+
- Actual result
|
28 |
+
- Operating system and browser used
|
29 |
+
|
30 |
+
## How to request a new feature
|
31 |
+
|
32 |
+
If you have an idea for a new feature, please raise an issue with the following details:
|
33 |
+
|
34 |
+
- Description of the feature
|
35 |
+
- Use case for the feature
|
36 |
+
|
37 |
+
## How to submit a code fix or feature implementation
|
38 |
+
|
39 |
+
- Fork the repository
|
40 |
+
- Create a new branch for your changes
|
41 |
+
- Make your changes and commit them with a clear message
|
42 |
+
- Push your changes to your fork
|
43 |
+
- Create a pull request with a clear message
|
44 |
+
- Wait for the pull request to be reviewed and merged
|
45 |
+
- Celebrate! 🎉
|