From 369d0f44e8016b7cee8c8d34ded1bc2fef0edef5 Mon Sep 17 00:00:00 2001 From: librelois <c@elo.tf> Date: Mon, 6 Jun 2022 03:07:53 +0200 Subject: [PATCH] doc: add disclaimers for github repo --- .github/CONTRIBUTING.md | 8 ++++++++ .github/ISSUE_TEMPLATE.md | 5 +++++ .github/PULL_REQUEST_TEMPLATE.md | 9 +++++++++ .github/github_disclaimer.md | 12 ++++++++++++ 4 files changed, 34 insertions(+) create mode 100644 .github/CONTRIBUTING.md create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md create mode 100644 .github/github_disclaimer.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 000000000..96d5b9375 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,8 @@ +This project is tracked on our hosted gitlab server at: +https://git.duniter.org/nodes/rust/duniter-v2s + +The current github repository is a simple clone taken up to date at each push on the main gitlab repository. + +All contributions should be performed on the main gitlab repository. + +Pull requests and issues must be created on the main gitlab repository. diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..79802789a --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,5 @@ +Please note that all issues must be opened at https://git.duniter.org/nodes/rust/duniter-v2s/issues/new?issue + +If you open issue here, it will be closed. + +Thank you for your understanding. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..5a019dd9f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,9 @@ +This project is tracked on our hosted gitlab server at: https://git.duniter.org/nodes/typescript/duniter/gitlab + +The current github repository is a simple clone taken up to date at each push on the main gitlab repository. + +All contributions should be performed on the main gitlab repository. + +Pull requests proposed on github will be closed. + +Thank you for your understanding. diff --git a/.github/github_disclaimer.md b/.github/github_disclaimer.md new file mode 100644 index 000000000..7aeca7432 --- /dev/null +++ b/.github/github_disclaimer.md @@ -0,0 +1,12 @@ +# Initial disclaimer +This project is tracked on our hosted gitlab server at: +https://git.duniter.org/nodes/rust/duniter-v2s + +The current github repository is a simple clone taken up to date at each push on the main gitlab repository. + +All contributions should be performed on the main gitlab repository. + +Pull requests and issues must be created on the main gitlab repository. + +# Original README.md + -- GitLab