First off, thanks for taking the time to contribute! 🎉
The following is a set of guidelines for contributing to WebDevEssentials, which are hosted in the GitHub space. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.
This section guides you through submitting a bug report for WebDevEssentials. Following these guidelines helps maintainers and the community understand your report, reproduce the behavior, and find related reports.
- Ensure the bug was not already reported by searching on GitHub under Issues.
- If you're unable to find an open issue addressing the problem, open a new one.
This section guides you through submitting an enhancement suggestion for WebDevEssentials, including completely new features and minor improvements to existing functionality.
Ensure the enhancement was not already suggested by searching on GitHub under Issues. If you're unable to find an open issue addressing the enhancement, open a new one.
Unsure where to begin contributing to WebDevEssentials? You can start by looking through these beginner and help-wanted issues:
- When you're ready to contribute, make sure to fork the repository and create a new branch from the main branch.
- Ensure the code follows the project’s style guides.
- Write clear, concise commit messages and a detailed description of your PR.
- Make sure to update the documentation as appropriate.
- Before you submit your pull request, check for any merge conflicts.
Fork the repository: Click the Fork button at the top right of the repository page.
Clone your fork:
git clone https://github.com/<Your Username>/WebDevEssentials.git
Then:
cd FlutterDevEssentials
By contributing to WebDevEssentials, you agree that your contributions will be licensed under the [LICENSE] file in the root directory of this source tree.
This project and everyone participating in it is governed by the Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].