Thank you for your interest in contributing to BrightIntosh! We welcome contributions from everyone, and here are some guidelines to get you started.
If you encounter a bug, have a feature request, or want to discuss any aspect of BrightIntosh, please follow these steps to create an issue:
- Go to the Issues section on our GitHub repository.
- Click the "New Issue" button.
- Fill in a clear and detailed description of the problem or feature request.
- Include any relevant information such as your operating system, Swift version, and steps to reproduce the issue.
We welcome contributions in the form of pull requests (PRs). If you want to contribute code or fixes, please follow these steps:
- Fork the BrightIntosh repository to your GitHub account.
- Clone your forked repository to your local machine.
- Create a new branch for your changes (
git checkout -b feature/your-feature-name
). - Make your changes and commit them with clear and concise commit messages.
- Push your changes to your forked repository (
git push origin feature/your-feature-name
). - Create a pull request from your branch to the
main
branch of the main BrightIntosh repository.
Please follow these guidelines for writing meaningful commit messages:
- Use a concise and descriptive message.
- Start the message with a verb (e.g., "Fix," "Add," "Update").
- Include context and reference any related issues (e.g., "Fixes #123").
We want BrightIntosh to be an open and welcoming community for all contributors. Please be respectful and considerate of others. Discrimination, harassment, and offensive behavior will not be tolerated.
Remember, we're all here to learn and collaborate. Let's make BrightIntosh better together!
If you have any questions or need assistance, feel free to reach out in the GitHub discussions or X (Twitter).
Thank you for contributing to BrightIntosh!