Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add contributing guidelines #458

Merged
merged 6 commits into from
May 20, 2022
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Contributing to Abacus

We'd love for you to contribue to Abacus! Here are the guidelines to follow when contributing:

* [Code of Conduct](#coc)
* [Questions and Problems](#question)
* [Issue Submission Guidelines](#submit)
* [Pull Request Submission Guidelines](#submit-pr)

## <a name="coc"></a> Code of Conduct

Help us keep Abacus open and inclusive. Please read and follow our [Code of Conduct][coc].

## <a name="question"></a> Got a Question or Problem?

Please do not open issues for general questions as we want to keep GitHub issues for bug reports
and feature requests. You've got much better chances of getting your question answered on
[our Discord Server][discord].

## <a name="submit"></a> Issue Submission Guidelines

Please submit a [new issue][github-new-issue] if you have a bug report or feature request.

Help us to maximize the effort we can spend fixing issues and adding new features by not reporting duplicate issues.

## <a name="submit-pr"></a> Pull Request Submission Guidelines
Thank you for considering to help out with the source code! We welcome contributions
from anyone on the internet, and are grateful for even the smallest of fixes!

If you'd like to contribute to go-ethereum, please fork, fix, commit and send a pull request
asaj marked this conversation as resolved.
Show resolved Hide resolved
for the maintainers to review and merge into the main code base. If you wish to submit
more complex changes though, please check up with the core devs first on [our Discord Server][discord]
to ensure those changes are in line with the general philosophy of the project and/or get
some early feedback which can make both your efforts much lighter as well as our review
and merge procedures quick and simple.

[coc]: https://github.com/abacus-network/abacus-monorepo/blob/main/CODE_OF_CONDUCT.md
[github-new-issue]: https://github.com/abacus-network/abacus-monorepo/issues/new
[discord]: https://discord.com/invite/KBD3aD78Bb