This repository
- is the home of the source code of conda-forge's documentation.
- provides an issue tracker for conda-forge related questions and issues that are not specific to individual feedstocks.
If you have questions or need help, please check out our documentation for a list of ways to interact with us.
-
You can help to improve the documentation! It is version-controlled in the conda-forge.github.io repository on GitHub. The source text is stored in the src/ subdirectory and is formatted using Python’s reStructuredText system.
-
The docs are built on GitHub Actions and run the
.ci_scripts/update_docs
script. We are glad to know that you would like to contribute. To build the docs locally, follow the steps mentioned below:
- Fork the conda-forge.github.io repository to your own GitHub user account.
- Clone this fork onto your computer.
- Go into the main folder.
Run the following commands.conda env create -f ./.ci_scripts/environment.yml
conda activate conda-forge-docs
cd newsfeed && pip install --no-deps .
cd ../src
make html
- Make and commit your changes.
- Submit a pull request to the main repository proposing your changes.
We at conda-forge adhere to the NumFOCUS Code of Conduct:
Be kind to others. Do not insult or put down others. Behave professionally. Remember that harassment and sexist, racist, or exclusionary jokes are not appropriate for conda-forge.
All communication should be appropriate for a professional audience, including people of many different backgrounds. Sexual language and imagery is not appropriate.
conda-forge is dedicated to providing a harassment-free community for everyone, regardless of gender, sexual orientation, gender identity and expression, disability, physical appearance, body size, race, or religion. We do not tolerate harassment of community members in any form.
Thank you for helping make this a welcoming, friendly community for all.
If you believe someone is violating the code of conduct, please report this in a timely manner. Code of conduct violations reduce the value of the community for everyone. The team at conda-forge takes reports of misconduct very seriously and is committed to preserving and maintaining the welcoming nature of our community.
All reports will be kept confidential. Please have a look at the Reporting guidelines.
conda-forge's team and/or our event staff will try to ensure your safety and help with any immediate needs, particularly at an in-person event. Once we have received the report through the relevant authorities, conda-forge will make every effort to acknowledge the receipt and take action. Have a look at the process of What Happens After a Report is Filed?.
We hold biweekly meetings every second Wednesday from 17:00-18:00 (UTC). Feel free to stop by!
Up-to-date invites are always available in the conda.org community calendar. Look for the [conda-forge] core meeting
events!
Our meeting notes record important points discussed during the meetings and serve as a record for upcoming meetings. We make use of HackMd and a template to create the meeting notes.
We use a Github Actions workflow to create an automated PR with the meeting notes
template for each session, which is automatically published to our HackMD team account. During the
meeting, attendees will edit the HackMD document. After the meeting, the document is saved and the
PR is synced with the changes by adding the sync-hackmd-notes
label. Once satisfied, the PR is
merged and the website will be updated with the new meeting notes.
We encourage contributors to join the meetings and learn more about and from the community.