Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 1.93 KB

File metadata and controls

56 lines (43 loc) · 1.93 KB

Contributing to Cipherion 🤝

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.

Table of Contents

How to Contribute

We welcome contributions in various forms, including but not limited to:

  • Bug fixes
  • New features
  • Documentation improvements

Code of Conduct

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.

Getting Started

  1. Fork the repository: Click the "Fork" button at the top right of the repository page to create your copy.
  2. Clone your Fork:
git clone https://github.com/your-username/cipherion.git
cd cipherion
  1. Create a new branch:
git checkout -b feature-name
  1. Make your changes.
  2. Commit your changes:
git commit -m "Add [feature/bug] description"
  1. Push your changes:
git push origin feature-name
  1. Open a Pull Request from your fork to the main repository

Issues

Reporting Bugs

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.

Feature Requests

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.