-
Notifications
You must be signed in to change notification settings - Fork 144
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
c568507
commit 58a71c9
Showing
1 changed file
with
77 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,77 @@ | ||
## Contributing to Axelar | ||
|
||
We appreciate your interest in contributing to Axelar! This document `CONTRIBUTING.md` provides a high-level overview of how you can get involved. | ||
|
||
### Table of Contents | ||
|
||
- [Introduction](#introduction) | ||
- [Getting Started](#getting-started) | ||
- [How to Contribute](#how-to-contribute) | ||
- [Code of Conduct](#code-of-conduct) | ||
|
||
### Getting Started | ||
|
||
If you are new to the Axelar Network, we encourage you to read the [Axelar Documentation](https://docs.axelar.network/) to learn more about the Axelar Network and how to get started. | ||
|
||
If you are new to contributing to open-source projects, we encourage you to read [How to Contribute to Open Source](https://opensource.guide/how-to-contribute/). | ||
|
||
--- | ||
|
||
### How to Contribute | ||
|
||
1. Before you submit your Pull Request (PR), search the project for an open or closed PR related to your submission. You don't want to duplicate effort. | ||
2. Fork the repository within your user and clone it to your local machine. | ||
3. Install the dependencies for the project as indicated in the README.md | ||
4. Create a new branch for your contribution with the following command: | ||
|
||
```shell | ||
git checkout -b my-fix-branch | ||
``` | ||
|
||
5. Make your changes in the new git branch | ||
6. Commit your changes. Your commit message should follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification. | ||
|
||
```shell | ||
git commit -a | ||
``` | ||
|
||
Note: the optional commit `-a` command line option will automatically "add" and "rm" edited files. Push your branch to GitHub with the following command: | ||
|
||
```shell | ||
git push origin my-fix-branch | ||
``` | ||
|
||
Open a pull request from your forked repository to the original repository. | ||
|
||
If we suggest changes then: | ||
|
||
- Make the required updates and commit them to your branch. | ||
- Wait for the project maintainer to review your changes and merge your Pull Request. | ||
|
||
> If you find a bug in the source code or a mistake in the documentation, you can help us by submitting an issue. | ||
|
||
When you open a new issue, please provide as much detail as possible, including steps to reproduce the problem and the expected behavior. Even better, you can submit a Pull Request with a fix. | ||
|
||
--- | ||
|
||
### Code of Conduct | ||
|
||
We pledge to create a harassment-free experience for everyone in our project and community, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation. | ||
|
||
#### Our Standards: | ||
|
||
We expect all participants to use welcoming and inclusive language, respect differing viewpoints and experiences, gracefully accept constructive criticism, focus on what's best for the community, and show empathy towards other members. | ||
Unacceptable behavior includes: | ||
- Using sexualized language or imagery. | ||
- Personal attacks. | ||
- Public or private harassment. | ||
- Publishing others' confidential information without explicit permission. | ||
- Any other conduct that could be considered inappropriate in a professional setting. | ||
|
||
#### Our Responsibilities: | ||
|
||
As project maintainers, we clarify the standards of acceptable behavior and take appropriate corrective action in response to unacceptable behavior. | ||
|
||
We also reserve the right to remove or reject any contributions that do not align with this Code of Conduct or to temporarily or permanently ban any contributor who exhibits inappropriate, threatening, offensive, or harmful behavior. |
58a71c9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
axelar-docs – ./
axelar-docs-axelar-network.vercel.app
axelar-docs-xi.vercel.app
axelar-docs-git-main-axelar-network.vercel.app
docs.axelar.dev