maxmx03.dracula.nvim/CONTRIBUTING.md
2023-03-27 19:05:01 -03:00

445 B

CONTRIBUTING TO DRACULA

  1. Fork the dracula.nvim repository by clicking the Fork button on github.

  2. Create a new branch for your contribution:

     git checkout -b feat-plugin-support
    
  3. Make your changes using colorgen-nvim

  4. Push your changes to your fork

  5. Submit a pull request

  6. Wait for feedback from the maintainers.

Thank you for contributing to dracula.nvim