📄️ Issues
Issues are a great way to keep track of tasks, enhancements, and bugs for your projects.
📄️ Fork
A fork is a copy of a repository that you manage. Forking is a way of copying a project's repository and using it as a basis for your own project. Forks will allow developers to experiment with changes without affecting the original project. You also can fetch updates from or submit changes to the original repository with pull requests.
📄️ Pull Request
A pull request (often shortened to PR) is a mechanism for submitting changes to the source code of a software project.
📄️ Releases
Releases are packaged versions of your software, along with release notes and links to binary files that you can make available for a broader audience to download and use. You can think of it as a replacement for using downloads to provide software.