From 6ca562ee203b4b386691939eb37a3ac67dc0e750 Mon Sep 17 00:00:00 2001 From: Jan Date: Thu, 4 Jan 2018 10:00:02 +0100 Subject: [PATCH] add 3.3 to issue template, and add a pull request template (#4221) --- ISSUE_TEMPLATE.md | 1 + PULL_REQUEST_TEMPLATE.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 1555d94b4d..c8cca7c9dc 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -4,6 +4,7 @@ I'm using the latest ArangoDB of the respective release series: - [ ] 3.0 - [ ] 3.1 - [ ] 3.2 +- [ ] 3.3 - [ ] self-compiled devel branch Mode: diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..f6ed7f99b3 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,3 @@ +Please note that for legal reasons we require you to sign the +[Contributor Agreement](https://www.arangodb.com/documents/cla.pdf) +before we can accept your pull requests.