First of all, thank you for considering contributing to Impact-Wall!
The following is a set of guidelines for contributing to Impact-Wall. Please take a moment to review this document to ensure that your contributions align with the project's standards.
- Code of Conduct
- How Can I Contribute?
- Development Setup
- Commit Message Guidelines
- Pull Request Process
- Code of Conduct
- License
If you encounter a bug, please create an issue on the GitHub repository. When creating an issue, provide as much detail as possible, including your operating system, relevant environment details, and a clear description of the issue.
Your ideas and suggestions are welcome! If you have an enhancement in mind, please open an issue with the "enhancement" label.
We welcome code contributions through pull requests. To contribute code:
- Fork the repository.
- Create a new branch with a descriptive name (
git checkout -b feature-name
). - Make your changes.
- Test your changes thoroughly.
- Commit your changes with clear and concise commit messages.
- Push your changes to your fork (
git push origin feature-name
). - Create a pull request.
We appreciate your effort and will review your contribution as soon as possible.
To set up the development environment, follow these steps:
- Clone the repository:
git clone https://github.com/maida12/Impact-Wall.git
.
Please follow the conventional commit message format. This helps us automate the release process and generate a meaningful changelog. Each commit message should have a clear and concise description of the changes.
- Ensure your pull request is linked to an existing issue (if applicable).
- Provide a clear description of your changes.
- Ensure that your code follows the project's coding standards.
- Test your changes locally.
- Squash your commits into a single commit with a descriptive message.
- Request reviews from maintainers.
- Once your pull request is approved, it will be merged.
Please follow our Code of Conduct in all interactions.
Thank you for your contributions!