-
-
Notifications
You must be signed in to change notification settings - Fork 2
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 #45 from eoussama/eoussama-patch-2
Create CONTRIBUTING.md
- Loading branch information
Showing
1 changed file
with
25 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,25 @@ | ||
# Contributing to Translator.js | ||
|
||
Thank you for your interest in contributing to **translator.js**! We appreciate your help in making the project better. | ||
|
||
Before you start contributing, please take a moment to review this guide, which outlines the process for contributing and the community guidelines we follow. | ||
|
||
## Code of Conduct | ||
|
||
We have a [Code of Conduct](CODE_OF_CONDUCT.md) that we expect all contributors to adhere to. Please read it and make sure you understand and follow it in all your interactions within our project. | ||
|
||
## Getting Started | ||
|
||
- If you are new to our project, please review our [README](README.md) for an overview of the project and how to get started. | ||
|
||
- Check our [Issues](https://github.com/eoussama/translator.js/issues) to find tasks that need assistance or to report any bugs or feature requests. | ||
|
||
## How to Contribute | ||
|
||
1. Fork the repository to your GitHub account. | ||
|
||
2. Create a new branch for your contribution: | ||
|
||
```bash | ||
git checkout -b feat/your-feature-name | ||
``` |