Welcome to Nautilus! Please take a moment to review these guidelines before submitting your contributions.
To get started, first fork this repository to your own account. Then clone the repository to your local machine and create a new branch for your changes:
$ git clone https://github.com/your-username/nautilus.git
$ cd nautilus
$ git checkout -b my-new-feature
Make your changes and commit them with clear commit messages. Be sure to test your changes thoroughly before submitting a pull request.
When submitting a pull request, please make sure it meets the following criteria:
The code is well-written and follows the project's coding standards. The code has been tested thoroughly and works as intended. The commit messages are clear and informative.
If you encounter any issues while working on the project, please check the issue tracker to see if the issue has already been reported. If not, please open a new issue and provide as much detail as possible about the problem, including steps to reproduce it.
Please note that this project is governed by our code of conduct. We expect all contributors to abide by this code of conduct, which can be found in the CODE_OF_CONDUCT.md file in this repository.
Thank you for contributing to Nautilus!