-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing.md
We welcome contributions! π
Please follow the steps and guidelines below to ensure a smooth process.
Always work on a separate branch for your feature or fix:
git checkout -b feature/my-feature
### 2. Make Your Changes
- Keep your code clean and well-documented.
- Follow existing project structure and style.
### 3. Commit Your Changes
- Write clear, descriptive commit messages:
- git commit -m "Add user profile page"
### 4. Push Your Branch
```bash
git push origin feature/my-feature
- Go to the original repository.
- Open a PR from your fork/branch.
- Provide a clear description of your changes.
-
Commit Messages β Use meaningful commit messages (e.g., Fix login bug instead of Update file).
-
Focused PRs β Keep pull requests small and focused β one feature or fix at a time.
-
Documentation β Update documentation if your changes affect usage or APIs.
-
Code Style β Follow the coding standards already in the project.
Testing β Ensure your changes do not break existing functionality.
To maintain a welcoming and productive environment, all contributors are expected to follow these principles:
-
Be respectful and considerate to others.
-
Provide constructive feedback during code reviews.
-
Avoid offensive or discriminatory language.
-
Collaborate in good faith and with a positive attitude.
For more details, see the full Code of Conduct if available.
β¨ Thank you for contributing and helping this project grow! Your efforts make a big difference.