Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.17 KB

File metadata and controls

32 lines (23 loc) · 1.17 KB

How to contribute

If you would like to contribute to the Cmder-inst project, here are a couple guidelines.

Getting Started

  • Download NSIS
  • Fork the repository on GitHub
  • Create a feature branch based on the development branch

Making Changes

  • Make changes in your separate branch
  • Make sure commit messages are easy to understand
  • Make sure to test your executable as much as possible

Submitting Changes

  • Push your changes to the branch in your fork of the repository.
  • Submit a pull request tot he development branch of the cmder-inst respository.
  • Make sure to explicityly say not to complete pull request if you are still making changes.

Additional Resources