Thank you for considering contributing to the Nosferatu Theme! Please follow the guidelines below to ensure a smooth contribution process.
Pull requests (PRs) to improve the Nosferatu Theme are welcomed. Please adhere to the following guidelines:
- Fork the Repository: Create a fork of the repository on GitHub.
- Clone Your Fork: Clone your fork, with
git clone https://github.com/nothingnothings/nosferatu.git
- Create a New Branch: Create a new branch with the changes, with
git checkout -b feature/your-feature-name
- Make your Changes: Implement your changes and commit them
- Push your changes to your fork, with
git push origin feature/your-feature-name