Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 2.35 KB

CONTRIBUTING.md

File metadata and controls

45 lines (35 loc) · 2.35 KB

Contributing

Contributions to this project are released to the public under the project's open source license.

This project adheres to a Code of Conduct. By participating, you are expected to honor this code.

This is a support library to build CLI applications in .Net.

Pull Request Process

  1. Fork the project.
  2. Clone the repository in your development machine (git clone develop [email protected]:wizaro/CommandLine.git).
  3. Create a branch in the cloned repository (git checkout -b topic/{my-feature}).
  4. Make your changes following these guidelines.
  5. Commit your changes (git commit -am "{Changes Summary}.").
  6. Push to the branch (git push origin topic/{my-feature}).
  7. Open a Pull Request.

Environment

Developed in C# on Visual Studio 2019.

Prerequisites

  • Git Flow (AVH) extensions are preferred but not required.

Developing

The project has dependencies on code analysis tools to automate some coding standards. Please follow the C# Coding Conventions and the Open-Source Library Guidance.

Testing

Currently there are no tests.

Releasing

There is no release path yet, just build the project.