From 34510029632d9979dd024b4f1b9d564f69f4bce7 Mon Sep 17 00:00:00 2001 From: George Dietrich Date: Mon, 9 Oct 2023 10:54:50 -0400 Subject: [PATCH] Create `CONTRIBUTING.md` (#317) --- CONTRIBUTING.md | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..9bbfb49 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,3 @@ +# Contributing + +This repository is a read-only mirror. Please refer the [main Athena repository](https://github.com/athena-framework/athena/blob/master/CONTRIBUTING.md) on how to start contributing. diff --git a/README.md b/README.md index 25f56d1..51b81a6 100644 --- a/README.md +++ b/README.md @@ -26,4 +26,4 @@ If using the component as part of Athena, also checkout the [external documentat ## Contributing -[Report issues](https://github.com/athena-framework/athena/issues) and send [Pull Requests](https://github.com/athena-framework/athena/pulls) in the [main Athena repository](https://github.com/athena-framework/athena). +Read the general [Contributing Guide](./CONTRIBUTING.md) for information on how to get started.