echo "# Contributing to Atakatus
Thank you for considering contributing to Atakatus! Your contributions are what make this project great.
-
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. -
Clone Your Fork
Clone your forked repository to your local machine using: ```bash git clone https://github.com/chaturawtf/atakatus.git ``` -
Create a Branch
Create a new branch for your work: ```bash git checkout -b feature/YourFeatureName ``` -
Make Your Changes
Make your changes to the codebase. Ensure that you follow the coding style and guidelines of the project. -
Commit Your Changes
Commit your changes with a descriptive commit message: ```bash git commit -m "Add description of your changes" ``` -
Push Your Changes
Push your changes to your fork: ```bash git push origin feature/YourFeatureName ``` -
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.
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.
By participating in this project, you agree to abide by our Code of Conduct.
Thank you for contributing to Atakatus!
" > CONTRIBUTING.md