Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.67 KB

CONTRIBUTING.md

File metadata and controls

50 lines (35 loc) · 1.67 KB

echo "# Contributing to Atakatus

Thank you for considering contributing to Atakatus! Your contributions are what make this project great.

How to Contribute

  1. Fork the Repository
    Click the 'Fork' button at the top right of the repository page to create a copy of the repository under your GitHub account.

  2. Clone Your Fork
    Clone your forked repository to your local machine using: ```bash git clone https://github.com/chaturawtf/atakatus.git ```

  3. Create a Branch
    Create a new branch for your work: ```bash git checkout -b feature/YourFeatureName ```

  4. Make Your Changes
    Make your changes to the codebase. Ensure that you follow the coding style and guidelines of the project.

  5. Commit Your Changes
    Commit your changes with a descriptive commit message: ```bash git commit -m "Add description of your changes" ```

  6. Push Your Changes
    Push your changes to your fork: ```bash git push origin feature/YourFeatureName ```

  7. Open a Pull Request
    Go to the original repository on GitHub and open a pull request from your forked branch. Provide a clear description of what your pull request does and why it should be merged.

Reporting Issues

If you find a bug or have a feature request, please open an issue. Be sure to provide as much information as possible so we can address it quickly.

Code of Conduct

By participating in this project, you agree to abide by our Code of Conduct.

Thank you for contributing to Atakatus!

" > CONTRIBUTING.md