This project is licensed under the modified MIT License. For more details, please refer to the LICENSE file in this repository.
- Creator: Kami (nothosted)
- GitHub Repository: ReversedTool
- Discord: Join our Discord
π§ How to contribute?
Contributions are welcome! If you would like to contribute to the project, please follow these steps:
-
Fork the repository:
- Go to the project page on GitHub and click the "Fork" button at the top right. This will create a copy of the repository in your own GitHub account, which you can modify without affecting the original repository.
-
Create a branch for your feature:
- Open a terminal or command line.
- Navigate to your local repository (the one you cloned from your fork).
- Create a new branch to work on your feature or fix with the following command:
Replace
git checkout -b your-branch-name
your-branch-namewith a meaningful name for your branch, e.g.,add-new-feature.
-
Commit your changes:
- Make your changes to the source code or documentation.
- Once you've made your changes, add them to the staging area and create a commit with a descriptive message:
The commit message should be clear and briefly explain what you have changed or added.
git add . git commit -m "Add new feature: [description of the feature]"
-
Push your branch:
- Push your branch with your changes to GitHub (to your fork) using the following command:
Replace
git push origin your-branch-name
your-branch-namewith the name of the branch you created.
- Push your branch with your changes to GitHub (to your fork) using the following command:
-
Create a Pull Request:
- Go to the page of your forked repository on GitHub.
- You will see a button for "Compare & Pull Request" or "New Pull Request." Click it.
- Describe the changes you made in the Pull Request and then submit it. This will notify the maintainers of the main project that you have changes to review.
I will read every contributions and credit you if you make good pull requests
