From 91dcd3e4c261a4e5f84d1a49acd051f595ff4f52 Mon Sep 17 00:00:00 2001 From: peterjc Date: Mon, 15 May 2017 11:04:19 +0100 Subject: [PATCH 1/2] Remove CONTRIBUTING.rst symlink The GitLab interface links to the CONTRIBUTING.rst file (e.g. next to the green submit button under the text box for filing a new issue), but does not follow the symlink. Removing the symlink in order to replace it with a file pointing at the rendered version of the guidelines: http://flake8.pycqa.org/en/latest/internal/contributing.html See GitLab issue #327. --- CONTRIBUTING.rst | 1 - 1 file changed, 1 deletion(-) delete mode 120000 CONTRIBUTING.rst diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst deleted file mode 120000 index 8deb188..0000000 --- a/CONTRIBUTING.rst +++ /dev/null @@ -1 +0,0 @@ -docs/source/internal/contributing.rst \ No newline at end of file From ba8f36cd5768587c9f2910868f702e513d8ed3d4 Mon Sep 17 00:00:00 2001 From: peterjc Date: Mon, 15 May 2017 11:09:01 +0100 Subject: [PATCH 2/2] Add CONTRIBUTING.rst file refering to webpage. See discusion on GitLab issue #327 where this was suggested by Ian Cordasco. --- CONTRIBUTING.rst | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CONTRIBUTING.rst diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst new file mode 100644 index 0000000..94d2536 --- /dev/null +++ b/CONTRIBUTING.rst @@ -0,0 +1,3 @@ +Please refer to `Contributing to Flake8 +`_ +on our website.