From 4f1e560b21eb26f18eb8da4d5837b285f548be11 Mon Sep 17 00:00:00 2001 From: Roberto Tyley Date: Tue, 30 Jan 2018 21:24:12 +0000 Subject: [PATCH] Help users to contribute to the right place, which is often BC --- .github/contributing.md | 5 +++++ .github/issue_template.md | 7 +++++++ .github/pull_request_template.md | 3 +++ 3 files changed, 15 insertions(+) create mode 100644 .github/contributing.md create mode 100644 .github/issue_template.md create mode 100644 .github/pull_request_template.md diff --git a/.github/contributing.md b/.github/contributing.md new file mode 100644 index 0000000000..2b2012398d --- /dev/null +++ b/.github/contributing.md @@ -0,0 +1,5 @@ +Spongy Castle is a repackage of **Bouncy Castle**, targeted at Android, with no substantial differences to the code (just renaming of packages, etc). The GitHub repository for Bouncy Castle can be found at https://github.com/bcgit/bc-java . + +This means that if you think you have a bug in Spongy Castle that's not specific to Android, you first need to check whether the problem can be reproduced in the Bouncy Castle code base. If the problem originates in Bouncy Castle, you'll need to raise an issue with the Bouncy Castle project to get it fixed - once that fix is released, I can make a fresh release of Spongycastle based on that updated version. + + diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 0000000000..813d61de55 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,7 @@ + diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..7a22d9fdfb --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,3 @@ +