Contributing#
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
basic knowledge of GitHub (issues, discussions, etc.)
basic knowledge of Markup
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.
Write your contribution using the Markdown (
.md
) syntax and store it in a single file.Start a discussion in the
ideas
section of thebrightway-documentation
repository and attach the Markdown file to the discussion. The discussion must include the intended location of your page in the Brightway documentation.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
knowledge of GitHub (pull-requests, etc.)
basic knowledge of Sphinx
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.
Fork the
brightway-documentation
repository.Add your contributions and build the documentation locally (compare the repository readme)
Open a pull request
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.