From 6b07cc6e8f2a71fa69cb7cb132120f3024154fe3 Mon Sep 17 00:00:00 2001 From: Anoop M D Date: Mon, 23 Oct 2023 01:56:05 +0530 Subject: [PATCH] chore: added publishing docs --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++++ publishing.md | 6 ++++++ readme.md | 4 ++++ 3 files changed, 14 insertions(+) create mode 100644 publishing.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 785378f9..b18db1b8 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -11,3 +11,7 @@ - [ ] **Create an issue and link to the pull request.** Note: Keeping the PR small and focused helps make it easier to review and merge. If you have multiple changes you want to make, please consider submitting them as separate pull requests. + +### Publishing to New Package Managers + +Please see [here](../publishing.md) for more information. diff --git a/publishing.md b/publishing.md new file mode 100644 index 00000000..f7db8a32 --- /dev/null +++ b/publishing.md @@ -0,0 +1,6 @@ +### Publishing Bruno to a new package manager + +While our code is open source and available for everyone to use, we kindly request that you reach out to us before considering publication on new package managers. As the creator of Bruno, I hold the trademark `Bruno` for this project and would like to manage its distribution. If you'd like to see Bruno on a new package manager, please raise a Github issue. + +While, majority of our features are free and open source (which covers REST and GraphQL Apis) +We strive to strike a harmonious balance between open-source principles and sustainability - https://github.com/usebruno/bruno/discussions/269 diff --git a/readme.md b/readme.md index 83dca893..2b625c27 100644 --- a/readme.md +++ b/readme.md @@ -54,6 +54,10 @@ Woof! If you like project, hit that ⭐ button !! If Bruno has helped you at work and your teams, please don't forget to share your [testimonials on our GitHub discussion](https://github.com/usebruno/bruno/discussions/343) +### Publishing to New Package Managers + +Please see [here](publishing.md) for more information. + ### Contribute 👩‍💻🧑‍💻 I am happy that you are looking to improve bruno. Please check out the [contributing guide](contributing.md)