From bdc405a4439fa27975d3f0b1dc81eed1259edf27 Mon Sep 17 00:00:00 2001 From: Daniel Rojas Date: Sat, 20 Mar 2021 11:16:04 +0100 Subject: [PATCH] Remove duplicate contribution guidelines --- CONTRIBUTING.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 7a94ac7e..00000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,18 +0,0 @@ -# Contribution Guidelines - -When contributing to this repository, please first discuss the change you -wish to make via issue, email, or any other method with the owners of this -repository before making a change. - -## Pull Requests - -1. Fork this repository to your repository -1. Clone the repository to your local machine -1. Checkout the `dev` branch -1. Make any changes to the code on the `dev` branch -1. Push your changes to your fork -1. Create new pull request - -## Documentation Strings - -Documentation strings are to follow the Google Style ([examples](https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html)).