Thank you for your interest in contributing to AwesomeWatermarking! Whether you are reporting a bug, fixing a typo, or proposing new features, your contributions are welcome.
- Fork the repository.
- Clone your fork:
git clone https://github.com/solitude-alive/AwesomeWatermarking.git
- Create a new branch for your changes:
git checkout -b feature/your-feature
Make your changes and test them locally.
- Commit your changes:
git commit -m 'Description of your changes'
- Push to your branch:
git push origin feature/your-feature
- Open a pull request.
Please follow the coding style guidelines below:
## Category Name
- Paper Name
* Author Name
* Year Publication(Not necessary) [[Paper URL]](https://arxiv.org/abs/1234.56789)
Make sure put the paper under the right category and order the papers by year.
If you find a bug, please open an issue with a detailed description of the problem.
If you have a feature request, open an issue to discuss it.
Thank you for contributing to AwesomeWatermarking!