Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 740 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (20 loc) · 740 Bytes

Contributing

We love pull requests from everyone.

Fork, then clone the repo:

git clone git@github.com:your-username/pim-vhdl.git

Set up your machine:

cd pim-vhdl
source bin/env.sh

Make sure the tests pass:

cd tb
all.sh

Make your change. Add tests for your change. Make the tests pass:

cd tb
all.sh

Push to your fork and submit a pull request

At this point you're waiting on us. We like to at least comment on pull requests within some days. We may suggest some changes or improvements or alternatives.

Some things that will increase the chance that your pull request is accepted:

  • Write tests.
  • Follow our CodingStyle.
  • Write a good commit message.