-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Description
We need to add a "Contributing" section to the README file to provide guidance for new contributors. This section should include:
- Setting Up the Development Environment: Instructions on how to get the project up and running locally.
- Coding Standards and Best Practices: Guidelines for writing and submitting code.
- How to Submit a Pull Request: Steps for contributing code changes.
- Branching Guidelines: Information on how to work with branches.
Branching Guidelines
- Create a Branch: When working on a new feature or bugfix, create a branch from
develop: - Make Changes: Implement your changes or additions in this branch.
- Submit a Pull Request: Once your work is ready, push your branch to GitHub and submit a pull request to the
developbranch. This will allow for code review and integration into the project.
Steps to Reproduce
- Open the
README.mdfile. - Add a new section titled "Contributing" with the required information.
- Save and commit your changes.
Additional Information
Feel free to look at other projects' contributing guidelines for reference or inspiration. If you have any questions, don't hesitate to ask!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers