Contributing#

contributions welcome

Contributing to Brightway#

If you would like to contribute to the development of Brightway, follow the usual GitHub process: Fork the relevant Brightway repository on GitHub, make your changes and open a pull request with your changes. The Brightway project has adopted the Contributor Covenant.

Contributing to the Documentation#

Note

To start contributing, check out the main discussion page of the new documentation. It includes the proposed table of contents, a list of pages that need to be written, and a list of pages that need to be updated.

There are two ways you can contribute to the documentation of Brightway:

1. Request new Documentation#

Start a discussion in the ideas section of the brightway-documentation repository, detailing your request and all relevant information.

Note

The processing of these requests are handled on a best-effort basis by the community of Brightway developers.

2. Contribute new Documentation#

This is recommended for Brightway users with limited experience in software development and version control tools.

Prerequisites

  1. basic knowledge of GitHub (issues, discussions, etc.)

  2. basic knowledge of Markup

  1. In the main discussion page of the new documentation, find a page that needs to be written or updated. Add yourself as a contributor to the relevant column of that page.

  2. Write your contribution using the Markdown (.md) syntax and store it in a single file.

  3. Start a discussion in the ideas section of the brightway-documentation repository and attach the Markdown file to the discussion. The discussion must include the intended location of your page in the Brightway documentation.

  4. A member of the Brightway developers community will integrate your contribution into the documentation.

Note

The processing of these requests are handled on a best-effort basis by the community of Brightway developers.

This is recommended for Brightway users with experience in software development and version control tools. The technical infrastructure of the Brightway documentation is detailed on the Contributing Guide pages for the General Documentation and the API Documentation.

Prerequisites

  1. knowledge of GitHub (pull-requests, etc.)

  2. knowledge of Markup

  3. knowledge of reStructured Text

  4. basic knowledge of Sphinx

  1. In the main discussion page of the new documentation, find a page that needs to be written or updated. Add yourself as a contributor to the relevant column of that page.

  2. Fork the brightway-documentation repository.

  3. Add your contributions and build the documentation locally (compare the repository readme)

  4. Open a pull request

  5. A member of the Brightway developers community will merge your contribution into the main branch of the documentation repository. Your changes will be published on by the readthedorcs.org service following the successful merge.