Getting started with coding
If you are a coder and want to help with the site, you can fork our GitHub repository and submit a pull request with your changes.
Contributing under an anonymous identity
Section titled “Contributing under an anonymous identity”If you want to keep your coding identity separate from your real identity, follow Create an Anonymous GitHub Account and Contributing Code Anonymously.
Where to start
Section titled “Where to start”Not sure where to start? Check the open issues and pick one to work on. If an issue description is too brief or unclear, ask for clarification in the issue thread before you start coding.
View open issues
Recommended workflow
Section titled “Recommended workflow”-
Pick an issue
Choose an open issue that matches your skills and availability.
If there is no assignee yet, leave a comment to say you are working on it so effort does not get duplicated.
-
Fork the repo
Create your own copy of the main Activist Checklist repository:
Fork the main repository
-
Create a branch and make changes
Create a short branch name that describes your fix or feature, then implement and test your changes.
Keep pull requests focused on one issue when possible. Smaller PRs are easier and faster to review.
-
Open a pull request
Open a PR from your branch to
ActivistChecklist/ActivistChecklist.In the PR description, explain what changed, why it changed, and link the issue it resolves.
-
Address review feedback
We may request edits before merging. Push follow-up commits to the same branch and we will continue review in the same PR thread.