-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0026c97
commit 3aecc93
Showing
1 changed file
with
59 additions
and
0 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,59 @@ | ||
# Contributing to TokensValidation | ||
|
||
We're thrilled that you're interested in contributing to TokensValidation! By following these guidelines, you can help ensure a smooth and collaborative contribution process. | ||
|
||
## How to Contribute | ||
|
||
1- Fork the repository on GitHub. | ||
|
||
2- Clone your forked repository to your local machine: | ||
|
||
```bash | ||
|
||
git clone https://github.com/HichemTab-tech/tokens-validation.git | ||
|
||
``` | ||
|
||
3- Create a new branch for your contribution: | ||
|
||
```bash | ||
|
||
git checkout -b feature/your-feature-name | ||
|
||
``` | ||
|
||
4- Make your changes and commit them: | ||
|
||
```bash | ||
|
||
git commit -m "Add your descriptive commit message here" | ||
|
||
``` | ||
|
||
5- Push your changes to your forked repository: | ||
|
||
```bash | ||
|
||
git push origin feature/your-feature-name | ||
|
||
``` | ||
|
||
6- Open a pull request (PR) on GitHub. Provide a clear and descriptive title, and include details about the changes you've made in the PR description. | ||
|
||
## Code Style and Standards | ||
Please ensure that your code adheres to the coding standards and style guidelines used in the project. If there are existing code conventions, follow them consistently to maintain code consistency across the project. | ||
|
||
## Testing | ||
Before submitting your changes, make sure that your new features are tested. | ||
|
||
## Issues and Bug Reports | ||
If you find a bug or have an issue, please check the existing issues on GitHub to see if it has already been reported. If not, feel free to open a new issue with a clear description and steps to reproduce the problem. | ||
|
||
## Feature Requests | ||
We welcome new ideas and feature requests! If you have a feature you'd like to propose, open a new issue on GitHub and provide a detailed explanation of the feature's purpose and benefits. | ||
|
||
## Licensing | ||
By contributing to this project, you agree that your contributions will be licensed under the project's [LICENSE](https://github.com/HichemTab-tech/tokens-validation/blob/master/LICENSE). | ||
|
||
## Contact | ||
If you have any questions or need further assistance, you can reach out to the maintainers at [email protected]. |