Thank you for considering contributing to Moklet.org! Your support helps us enhance this project.
Please adhere to our Code of Conduct in all interactions.
- Search Existing Issues: Before reporting, check if the issue already exists.
- Create a New Issue: If not found, open a new issue with detailed information, including steps to reproduce, expected behavior, and screenshots if necessary.
- Labeling: Verified issues will have the label
todo. - Open for Contribution: Anyone can work on
todoissues if they are not assigned to someone. - Self-Assignment: You can assign yourself to an issue to indicate that you are working on it.
- Claiming an Issue: Leave a comment to express your intent to work on a
todoissue before assigning it to yourself.
- Fork the Repository: Start by forking the repository to your GitHub account.
- Branch Selection:
- For simple changes, you can commit directly to the
developmentbranch of your fork. - For more complex changes, create a new branch in your fork with a descriptive name (e.g.,
feature/add-user-authorbugfix/fix-navbar-issue).
- For simple changes, you can commit directly to the
- Implement Changes: Make your changes and ensure they align with the project's code formatting and guidelines.
- Write a Clear Description: When opening a pull request (PR), provide a clear and concise description of your changes, including:
- The purpose of the PR.
- Any relevant details about the implementation.
- How the changes improve the project.
- Link to Issues:
If your PR is related to an issue, link it to the issue by following GitHub's guide for linking pull requests to issues. This helps maintain traceability and context for the changes.- Example: Include text like
Fixes #123orCloses #456in your PR description to automatically close the related issue when the PR is merged.
- Example: Include text like
- Submit the PR: Open a pull request to the
developmentbranch of the main repository. Collaborators will review your changes and provide feedback if necessary.
- Use GitHub Discussions for brainstorming ideas, seeking feedback, or discussing potential features. This helps maintain clear communication among contributors.
- Code Formatting: Follow the project's
.eslintrc.jsonand.prettierrcconfigurations. - Commit Messages: Use clear and descriptive messages. Follow the Conventional Commits specification for structured commit messages.
By contributing, you agree that your contributions will be licensed under the GPL-3.0 License.