A great way to track tasks that need to be worked on in a GitHub repository is to use GitHub Issues. GitHub Issues are built into GitHub and list the title, description, and assignee for an Issue. Other features are included as well, such as designating milestones and creating labels to keep everything in a repository organized.
You can contribute to an open source project by:
A GitHub issue should include:
It should NOT include:
Included is an example of the expected and actual behaviors, as well as a version number.
Expected Behavior:I expected clicking the “User Profile” link in the dropdown menu to bring me to my profile page.Actual Behavior:Clicking the “User Profile” link did nothing.Browser:Safari 15.5
A README
is the standard documentation file for open source projects. It should, at the very least, include the name of the repository and a description.
In a GitHub repository, this is typically where a visitor to the project should go first.
In an open source project, the CONTRIBUTING
file is a guideline for how contributors to the project should participate.
This might include the exact steps to create an issue or submit code.
Usually, in an open source project hosted on GitHub, you can label issues with the “good first issue”
label to indicate it is an easy project for a beginner to take on.