Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.06 KB

File metadata and controls

29 lines (18 loc) · 1.06 KB

Contributing Guidelines

First off, thank you for considering contributing to Terminal Xscriptor. It is people like you that make it a great repository.

How Can I Contribute?

Reporting Bugs

Before creating bug reports, please check the existing issues as you might find out that you do not need to create one. When you are creating a bug report, please include as many details as possible.

Suggesting Enhancements

If you have a suggestion that would make this better, please fork the repository and create a pull request. You can also simply open an issue with the tag "enhancement".

Pull Requests

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Styleguides

Commit Messages

  • Use the present tense ("Add feature" not "Added feature")
  • Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
  • Limit the first line to 72 characters or less