From 90fb6394a80bca88bba0d6407bd12ec7364fa6a4 Mon Sep 17 00:00:00 2001 From: Jack Green Date: Wed, 24 Jan 2024 14:03:52 +0000 Subject: [PATCH] Create `CONTRIBUTING.md` (#196) Clarify how PRs should be submitted based on [PR feedback](https://github.com/hazelcast/hazelcast-packaging/pull/194#pullrequestreview-1841365119). --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..2032a658 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,5 @@ +# Contributing to `hazelcast-packaging` + +Pull requests must be created from a branch within the repo, rather than from an external fork. + +This is to ensure that GitHub actions (e.g. [`publish_packages.yml`](.github/workflows/publish_packages.yml)) have access to repository secrets.