Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 757 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 757 Bytes

Contributing to Nosferatu Theme

Thank you for considering contributing to the Nosferatu Theme! Please follow the guidelines below to ensure a smooth contribution process.

How to Contribute

Pull requests (PRs) to improve the Nosferatu Theme are welcomed. Please adhere to the following guidelines:

  1. Fork the Repository: Create a fork of the repository on GitHub.
  2. Clone Your Fork: Clone your fork, with git clone https://github.com/nothingnothings/nosferatu.git
  3. Create a New Branch: Create a new branch with the changes, with git checkout -b feature/your-feature-name
  4. Make your Changes: Implement your changes and commit them
  5. Push your changes to your fork, with git push origin feature/your-feature-name