Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.49 KB

CONTRIBUTING.md

File metadata and controls

26 lines (21 loc) · 1.49 KB

How to contribute

We love pull requests and we want to make it as easy as possible to contribute changes.

Getting started

  • Make sure you have a GitHub account.
  • Maybe create a GitHub issue: is this a comment or documentation change? Does an issue already exist? If you need an issue then describe it in as much detail as you can, e.g. step-by-step to reproduce.
  • Fork the repository on GitHub.
  • Clone the repo: git clone https://github.com/gchq/urlDependencies-plugin.git
  • Create a branch for your change, probably from the master branch. Please don't work on master. Try this: git checkout -b fix/master/my_contribution master

Making changes

  • Make your changes and test. Make sure you include new or updated tests if you need to.
  • Run a full build from the project root: ./gradlew clean build.

Submitting changes

Getting it accepted

Here are some things you can do to make this all smoother:

  • If you think it might be controversial then discuss it with us beforehand, via a GitHub issue.
  • Add tests
  • Write a good commit message.