Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.27 KB

CONTRIBUTING.md

File metadata and controls

27 lines (17 loc) · 1.27 KB

Contributing to PIMO

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

How to submit a contribution

Prerequisites

You need :

Details are available on the official Visual Studio documentation.

Steps to submit a contribution

  1. Make sure the topic is not already discussed by an opened issue
  2. Submit your idea in an new issue to discuss about it with us
  3. Then you can open and submit a Pull Request to the project

Checklists for pull requests

  • The code you added/modified compile
  • The code you added/modified is linted (run the neon lint command)
  • The code you added/modified is covered by unit tests and all tests are passing (run the neon test command)
  • The features you added/modified or the bugs you fixed are covered by integration tests and all integration tests are passing (run the neon test-int command)