Thank you for considering contributing to Cipherion! Your contributions help us improve and enhance the application. Please follow the guidelines below to ensure a smooth collaboration.
We welcome contributions in various forms, including but not limited to:
- Bug fixes
- New features
- Documentation improvements
By participating in this project, you agree to abide by our Code of Conduct. We expect all contributors to treat each other with respect and to provide a welcoming environment.
- Fork the repository: Click the "Fork" button at the top right of the repository page to create your copy.
- Clone your Fork:
git clone https://github.com/your-username/cipherion.git
cd cipherion- Create a new branch:
git checkout -b feature-name- Make your changes.
- Commit your changes:
git commit -m "Add [feature/bug] description"- Push your changes:
git push origin feature-name- Open a Pull Request from your fork to the main repository
If you find any bugs or issues with the project, please submit an issue and provide as much detail as possible, including steps to reproduce the problem, your environment, and screenshots if necessary.
If you have an idea for a feature or enhancement, feel free to open an issue to discuss it before working on it.
Browse open issues on the Issues tab. If you find one you'd like to work on, comment to let us know, and we'll assign it to you. Feel free to open new issues if you discover any bugs or have suggestions for improvements.