Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add baselines to good first contributions doc #1679

Merged
merged 5 commits into from
Feb 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions doc/source/good-first-contributions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,21 @@ they only touch non-core areas of the codebase. Good candidates to get started
are:

- Documentation: What's missing? What could be expressed more clearly?
- Baselines: See below.
- Examples: See below.


Request for Baselines
---------------------

If you are not familiar with Flower Baselines, you should probably check-out our `contributing guide for baselines <https://flower.dev/docs/contributing-baselines.html>`_.

You should then check out the open
`issues <https://github.com/adap/flower/issues?q=is%3Aopen+is%3Aissue+label%3A%22new+baseline%22>`_ for baseline requests.
If you find a baseline that you'd like to work on and that has no assignes, feel free to assign it to yourself and start working on it!

Otherwise, if you don't find a baseline you'd like to work on, be sure to open a new issue with the baseline request template!

Request for Examples
--------------------

Expand Down