Skip to content
Open
Changes from all 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
28 changes: 0 additions & 28 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,29 +1 @@
# Contributing

Stacks governance is a community-run initiative! As such, it cannot work without your help, and without the input of as many community members as possible. You do not need anyone’s permission to get involved and contribute to the initiative. The #governance working group channel on [Blockstack Discord](https://discordapp.com/invite/ny6wGkx) is a great place to begin getting involved, as many community members regularly share ideas, updates, and resources there. You can also find a number of topics under the [governance category](https://forum.blockstack.org/c/governance) on the Blockstack Community Forum which need your input.

## Submitting an Issue

Issues are generally related to an action, and are encouraged as a starting point to do things such as:

- discuss a topic
- add an agenda item
- propose a change
- provide information
- track a project task

## Submitting a Pull Request

Pull requests are welcomed and encouraged! Please follow this general procedure:

1. Fork/clone the repository
1. Create a new branch related to the PR: `git checkout -b my-branch-name`
1. Make changes and push to your fork
1. Submit a pull request for review

## Resources

- [How to Contribute to Open Source](https://opensource.guide/how-to-contribute/)
- [About Issues](https://help.github.com/en/github/managing-your-work-on-github/about-issues)
- [Using Pull Requests](https://help.github.com/articles/about-pull-requests/)
- [Write a good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)