From 5e36d7bda2fcc6ea4408be61030775130c38a9da Mon Sep 17 00:00:00 2001 From: Francesco Rombaldoni Date: Mon, 18 Sep 2023 11:39:02 +0200 Subject: [PATCH] Corretti file, cambiata mail e corretto testo Corretti i template trovati su github per il mio caso di utilizzo --- CODE_OF_CONDUCT.md | 2 +- CONTRIBUTING.md | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index ce371f5..b019782 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -55,7 +55,7 @@ further defined and clarified by project maintainers. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting the project team at alice.balestieri@gmail.com. All +reported by contacting the project team at f.rombaldoni@campus.uniurb.it. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e7f8e32..f63822f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,8 +4,7 @@ Contributing 👍🎉 Thanks a lot for considering contributing 🎉👍 We welcome and encourage contribution. There is many way to contribute: you can -write bug report, contribute code or documentation (take a look at the -[Wiki section](https://github.com/gsilano/EuropeCV/wiki)). +write bug report, contribute code or documentation. Working on your first Pull Request? ----------------------------------- @@ -44,7 +43,7 @@ If the change is big, typically if the change span to more than one file, consid This will makes it much easier to make the change fit well into the package. There is some basic requirement for us to merge a pull request: -- Describe the change (a bot will remind you in case you forget it) +- Describe the change - Refer to any issues it effects - Separate one pull request per functionality: if you start writing "and" in the feature description consider if it could be separated in two pull requests.