Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 2.59 KB

CONTRIBUTING.md

File metadata and controls

43 lines (26 loc) · 2.59 KB

Contributing to DPG Resources

Thanks for checking out the DPG Resources! We're excited to hear and learn from you. Your experiences will benefit others who read and use these resources. We've put together the following guidelines to help you figure out where you can best be helpful.

Types of Contributions

We welcome contributions specifically to the files in the /docs folder (guides and curated lists that augment the DPG Wiki). There are many ways you can directly contribute (in descending order of need):

  • Fix editorial inconsistencies or inaccuracies.
  • Add new content, templates, or resources.
  • Improve existing documentation or structure.

Ground Rules and Expectations

Before we get started, here are a few things we expect from you (and that you should expect from others):

  • Be kind and thoughtful in your conversations around this project. We all come from different backgrounds and projects, which means we likely have different perspectives on "how open source and digital public goods should be done." Try to listen to others rather than convince them that your way is correct.
  • This repository is released with a Contributor Code of Conduct. By participating in this project, you agree to abide by its terms.
  • When adding content, please consider if it is widely valuable. Please don't add references or links to things you or your employer have created, as others will do so if they appreciate it.

How to Contribute

If you'd like to contribute, start by searching through the issues and pull requests to see whether someone else has raised a similar idea or question. If you don't see your idea listed, and you think it fits into the goals of the respective file you want to propose a change to, kindly proceed as follows:

  1. Fork this repository (learn how to do this).

  2. Clone the forked repository like so:

git clone https://github.com/<your username>/dpg-resources.git && cd dpg-resources
  1. Create a new branch like so:
git checkout -b <new-branch-name>
  1. Make your change(s), review the changes, and run grammar checks.

  2. Push your commit(s) to your fork and create a pull request (learn how to do this).

  3. Someone from the DPGA team will attend to your pull request, provide some feedback, or merge it.