Contribution Guidelines #62
rahat2134
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
General Guidelines ⚙️
How to Contribute 🚀
feature/new-login
orbugfix/fix-typo
).Code of Conduct 🧑🤝🧑
By participating in this project, you agree to abide by the following Code of Conduct:
✅ Do's
Do write clear, descriptive commit messages.
A good commit message should summarize what the change does, why it's being made, and any additional context if needed.
Fixes issue with incorrect date format in the user profile
.Do test your changes.
Run tests and ensure your code does not break existing functionality.
Do ask for help when needed.
If you're uncertain about any aspect of the code or contribution process, ask! We’re happy to assist.
Do ensure your code follows the repository’s coding standards.
Stick to the same formatting and style used in the existing codebase.
🚫 Don’ts
Don’t submit incomplete code or untested changes.
Make sure your changes are fully implemented and tested before submitting a pull request.
Don’t submit unrelated changes in the same pull request.
Each PR should focus on one feature or bug fix. Keep things organized.
Don’t raise duplicate issues.
Before submitting a new issue, make sure to check the open issues to avoid duplicates.
Raising Issues 🛠️
When raising an issue, please follow these steps to make sure it's well-defined and easy to address:
Search Existing Issues: Before creating a new issue, check the existing issues to see if it has already been reported. If it has, add a comment to the existing issue instead of opening a new one.
Make the Title Clear and Concise:
The title should immediately describe the problem or feature request in a few words.
Provide a Screen-Recorded Video (for UI-related issues):
If your issue involves a visual bug or a UI-related problem, please provide a screen-recorded video showcasing the issue. This will help us understand the problem better.
Be Consistent with Code and UI/UX Styling:
Issue Assignment:
Beta Was this translation helpful? Give feedback.
All reactions