-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from mandeep-s1ngh/fix-add-contributing-file
add contributing guidelines and update README to reflect changes
- Loading branch information
Showing
2 changed files
with
50 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Contribution Guidelines | ||
|
||
Thank you for considering contributing to our website! We appreciate your support. | ||
|
||
To contribute, please follow these guidelines: | ||
|
||
## How to Contribute | ||
|
||
1. Fork the repository and clone it locally. | ||
2. Create a new branch for your contribution: | ||
|
||
```shell | ||
git checkout -b feature/your-feature | ||
``` | ||
|
||
3. Make your changes. | ||
4. Test your changes thoroughly. | ||
5. Commit your changes with descriptive commit messages: | ||
|
||
```shell | ||
git commit -m "Add feature: your feature description" | ||
``` | ||
|
||
6. Push your branch to your forked repository: | ||
|
||
```shell | ||
git push origin feature/your-feature | ||
``` | ||
|
||
7. Open a pull request (PR) from your branch to the `main` branch of the original TechNode-Community-Website repository. | ||
8. Be responsive to feedback and address any requested changes. | ||
|
||
## Reporting Bugs | ||
|
||
If you find a bug, please open an issue and describe it in detail. We appreciate your help in making our website better. | ||
|
||
## Contact | ||
|
||
If you have any questions or need clarification on these guidelines, feel free to reach out to us on GitHub. | ||
|
||
Thank you for your contributions! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters