Skip to content

Commit 83ec212

Browse files
committed
Improve README
1 parent c6842d5 commit 83ec212

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing
22

3-
When contributing to this repository, please first discuss the change you wish to make via issue before making a change.
3+
When contributing to this repository, please first discuss the change you wish to make via issue before making a change. We restrict the scope of this plugin to keep it maintainable.
44

55
We have a [code of conduct](#code-of-conduct), please follow it in all your interactions with the project.
66

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,3 +241,22 @@ The tests are written using [Ginkgo](https://onsi.github.io/ginkgo/) with [Gomeg
241241
Unless modifications to the helper interfaces `cmd.CommandExecutor` and `uuid.UUIDGenerator` are needed, there should be no need to regenerate the mocks.
242242

243243
To run the tests, go to the root of the repository and simply run `gingko` (you may need to install Ginkgo first, e.g., `go get github.com/onsi/ginkgo/ginkgo` puts the executable under `$GOPATH/bin`).
244+
245+
## Support, Feedback, Contributing
246+
247+
This project is open to feature requests/suggestions, bug reports etc.
248+
via [GitHub issues](https://github.com/SAP/cf-cli-java-plugin/issues).
249+
Contribution and feedback are encouraged and always welcome.
250+
Just be aware that this plugin is limited in scope to keep it maintainable.
251+
For more information about how to contribute, the project structure,
252+
as well as additional contribution information,
253+
see our [Contribution Guidelines](CONTRIBUTING.md).
254+
255+
## Security / Disclosure
256+
If you find any bug that may be a security problem, please follow our instructions at
257+
[in our security policy](https://github.com/SAP/cf-cli-java-plugin/security/policy) on how to report it.
258+
Please do not create GitHub issues for security-related doubts or problems.
259+
260+
## License
261+
Copyright 2017 - 2025 SAP SE or an SAP affiliate company and contributors.
262+
Please see our LICENSE for copyright and license information.

0 commit comments

Comments
 (0)