Add beginner note to README#480
Open
kavana262 wants to merge 1 commit intoopenfoodfacts:developfrom
Open
Conversation
|
There was a problem hiding this comment.
Pull request overview
Adds a new “Beginner Note” section to the repository README as a small documentation update.
Changes:
- Appends a “## Beginner Note” section to README.md
- Adds a short statement about being a beginner contributor
- Adds an additional (duplicated) installation line at the end of the README
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
102
to
+110
| so any such files should be marked accordingly. | ||
|
|
||
|
|
||
| ## Beginner Note | ||
|
|
||
| I am a beginner contributing to this project while learning Python and GitHub. | ||
|
|
||
| Installation: | ||
| pip install openfoodfacts No newline at end of file |
| The project complies with the [REUSE 3.3 specification](https://reuse.software/spec-3.3/), | ||
| so any such files should be marked accordingly. | ||
|
|
||
|
|
|
|
||
| ## Beginner Note | ||
|
|
||
| I am a beginner contributing to this project while learning Python and GitHub. |
Member
There was a problem hiding this comment.
hey welcome! just a small rule of thumb: avoid raising PRs like this, since PRs are usually meant for adding features or fixing bugs
intros are usually done in the slack channel or during community meetings 🙂
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Small documentation improvement added while learning GitHub and Python.