Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 2.4 KB

CONTRIBUTING.md

File metadata and controls

43 lines (26 loc) · 2.4 KB

Contributing to CodeTerm Terminal

We welcome and value contributions to CodeTerm Terminal! CodeTerm is an open source project, always open for contributors. There are several ways you can contribute:

  • Submit issues related to bugs or new feature requests
  • Fix outstanding issues with the existing code
  • Contribute to documentation
  • Spread the word on social media (tag us on LinkedIn, Twitter/X
  • Or simply ⭐️ the repository to show your appreciation

All contributions are highly appreciated! 🥰

Before You Start

We accept patches in the form of github pull requests. If you are new to github, please review this github pull request guide.

Contributor License Agreement

Contributions to this project must be accompanied by a Contributor License Agreement (CLA). You (or your employer) retain the copyright to your contribution, this simply gives us permission to use and redistribute your contributions as part of the project.

On submission of your first pull request you will be prompted to sign the CLA confirming your original code contribution and that you own the intellectual property.

Style guide

The project uses American English.

We have a set of recommended Visual Studio Code extensions to enforce our style and quality standards. Please ensure you use these, especially Prettier and EditorConfig, when contributing to our code.

How to contribute

Create a Pull Request

Guidelines:

  • Before writing any code, please look through existing PRs or issues to make sure nobody is already working on the same thing.
  • Develop features on a branch - do not work on the main branch
  • For anything but minor fixes, please submit tests and documentation
  • Please reference the issue in the pull request