From e95ae2b10009214be70034553e36f6dc0a83e4f8 Mon Sep 17 00:00:00 2001 From: Ellen Marie Dash Date: Sat, 17 Jul 2021 13:37:16 -0400 Subject: [PATCH 1/2] Add note saying to report security vulnerabilities to the normal issue tracker. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 858c328..ae0f50d 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,8 @@ drwxr-xr-x. 8 pup pup 4096 Jun 3 12:10 .git/ ## Contributing -Bug reports and pull requests are welcome on GitHub at https://github.com/duckinator/emanate. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. +Bug reports and pull requests are welcome on GitHub at https://github.com/duckinator/emanate. +Please report security problems to the normal issue tracker. ## License From a19fe5789fbe9cc41bbaf87739d64e71b2e2a7b7 Mon Sep 17 00:00:00 2001 From: Ellen Marie Dash Date: Sat, 17 Jul 2021 13:47:28 -0400 Subject: [PATCH 2/2] Add note about adding tests with new functionality. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ae0f50d..f61839c 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,9 @@ drwxr-xr-x. 8 pup pup 4096 Jun 3 12:10 .git/ Bug reports and pull requests are welcome on GitHub at https://github.com/duckinator/emanate. Please report security problems to the normal issue tracker. +When adding new functionality, please add tests. Mention @duckinator if you +need assistance with adding tests. + ## License The project is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).