Skip to content

Commit

Permalink
Merge pull request #45 from eoussama/eoussama-patch-2
Browse files Browse the repository at this point in the history
Create CONTRIBUTING.md
  • Loading branch information
eoussama authored May 20, 2024
2 parents 5eac94f + aa77557 commit 81405dd
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CONTRIBUTING.md
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
```

0 comments on commit 81405dd

Please sign in to comment.