From 3b41ce26cf44ef172f370cb670eeb59b262c6115 Mon Sep 17 00:00:00 2001 From: Alexander Date: Tue, 11 Dec 2018 15:17:01 +0200 Subject: [PATCH 1/5] Create CODE_OF_CONDUCT.md --- CODE_OF_CONDUCT.md | 76 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 CODE_OF_CONDUCT.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..673f247 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,76 @@ +# Contributor Covenant Code of Conduct + +## Our Pledge + +In the interest of fostering an open and welcoming environment, we as +contributors and maintainers pledge to making participation in our project and +our community a harassment-free experience for everyone, regardless of age, body +size, disability, ethnicity, sex characteristics, gender identity and expression, +level of experience, education, socio-economic status, nationality, personal +appearance, race, religion, or sexual identity and orientation. + +## Our Standards + +Examples of behavior that contributes to creating a positive environment +include: + +* Using welcoming and inclusive language +* Being respectful of differing viewpoints and experiences +* Gracefully accepting constructive criticism +* Focusing on what is best for the community +* Showing empathy towards other community members + +Examples of unacceptable behavior by participants include: + +* The use of sexualized language or imagery and unwelcome sexual attention or + advances +* Trolling, insulting/derogatory comments, and personal or political attacks +* Public or private harassment +* Publishing others' private information, such as a physical or electronic + address, without explicit permission +* Other conduct which could reasonably be considered inappropriate in a + professional setting + +## Our Responsibilities + +Project maintainers are responsible for clarifying the standards of acceptable +behavior and are expected to take appropriate and fair corrective action in +response to any instances of unacceptable behavior. + +Project maintainers have the right and responsibility to remove, edit, or +reject comments, commits, code, wiki edits, issues, and other contributions +that are not aligned to this Code of Conduct, or to ban temporarily or +permanently any contributor for other behaviors that they deem inappropriate, +threatening, offensive, or harmful. + +## Scope + +This Code of Conduct applies both within project spaces and in public spaces +when an individual is representing the project or its community. Examples of +representing a project or community include using an official project e-mail +address, posting via an official social media account, or acting as an appointed +representative at an online or offline event. Representation of a project may be +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 sigmanor@pm.me. 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. +Further details of specific enforcement policies may be posted separately. + +Project maintainers who do not follow or enforce the Code of Conduct in good +faith may face temporary or permanent repercussions as determined by other +members of the project's leadership. + +## Attribution + +This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, +available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html + +[homepage]: https://www.contributor-covenant.org + +For answers to common questions about this code of conduct, see +https://www.contributor-covenant.org/faq From 956e02c9b55276d55794dd550dc783133a2a3660 Mon Sep 17 00:00:00 2001 From: Alexander Date: Tue, 11 Dec 2018 23:24:05 +0200 Subject: [PATCH 2/5] Create PULL_REQUEST_TEMPLATE.md --- PULL_REQUEST_TEMPLATE.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..c9430cc --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,13 @@ +# Pull Request Information + +## Summary +Summary description of all changes. +* First +* Second +* Third + +## Changes and Descriptions +Detailed description of each change. + +## Additional context +Add any other context or screenshots about the pull request here. From d6b0de3b4d98f22d17cb7d615b09d51aa0279ee0 Mon Sep 17 00:00:00 2001 From: Alexander Date: Wed, 12 Dec 2018 01:01:05 +0200 Subject: [PATCH 3/5] Create CONTRIBUTING.md --- CONTRIBUTING.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..bd95015 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,27 @@ +> First off, thanks for taking the time to contribute :relaxed: +Before starting, make sure that you visited the project [todo](https://github.com/Sigmanor/Crypto-Notepad/wiki/TODO) list and opened/closed [issues](https://github.com/Sigmanor/Crypto-Notepad/issues) to be sure that your idea is not already planned. Checked out? Well then, let's start! + +## How to contribute to Crypto Notepad + +### Did you find any bug/have an idea how to improve the project? +* First of all you can send me a message: [`telegram`](https://t.me/Sigmanor) [`facebook`](https://www.fb.com/SlGMANOR) [`email`](mailto:sigmanor@pm.me) +* Secondly you can create an [issue](https://github.com/Sigmanor/Crypto-Notepad/issues/new/choose) + +### You can help me fix some bug/implement a new feature? +* Create a pull request, using [this](https://github.com/Sigmanor/Crypto-Notepad/blob/master/PULL_REQUEST_TEMPLATE.md) template + +### Things that will never be in this project +* Installer. Crypto Notepad will be always portable. +* Significant design changes. Crypto Notepad looks exactly as I want to see it. +* Multiplatform. Crypto Notepad will be only for windows. Maybe sometime, but it will be as a completely new project. +* Making from a simple notepad - a big combine to encrypt anything with different encryption algorithms. Crypto Notepad will be a simple app to encrypt/decrypt text files with aes algorithm. + +### Things you need to know about the source code (take courage) +* Sometimes code is very bad +* Sometimes code is illogical +* Mostly code is have no comments +* That's why you are very brave, if you decide to learn source code :flushed: +> If you can make the source code better. Your welcome! + +## Anything else? +Any help will be useful. I'll be happy to any of your feedback or suggestions. Use your best judgment, and feel free to propose changes to Crypto Notepad. Thanks for attention. May the Force be with you young Contributor :wink: From bf3fd963ac377a3de727be02d949a62ba97f7f56 Mon Sep 17 00:00:00 2001 From: Alexander Date: Wed, 12 Dec 2018 01:05:50 +0200 Subject: [PATCH 4/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f10ed21..e416c3e 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ Notepad-like simple text editor for Windows, where files are saved and loaded en * Windows Vista SP2 and higher * .NET Framework 4.5 -## Contribution -If you find any bug, or you know how to improve Crypto Notepad, please create new [Issue](https://github.com/Sigmanor/Crypto-Notepad/issues/new/choose) or make [Pull requests](https://github.com/Sigmanor/Crypto-Notepad/pulls) or just [email me](mailto:sigmanor@pm.me). Feel free :octocat: +## Contributing +Want to participate in the development of the project? You can find a complete guide in [here](https://github.com/Sigmanor/Crypto-Notepad/blob/master/CONTRIBUTING.md). Welcome! :octocat: ## Build App was created in Visual Studio Community, you can run the .sln file and simply build a project (The code is very bad. There are no comments, no following the OOP rules. Learn this code at your own risk. ) From e7cc49b6f6e4d0826098ba44111311ebe5a451cf Mon Sep 17 00:00:00 2001 From: Alexander Date: Wed, 12 Dec 2018 01:20:13 +0200 Subject: [PATCH 5/5] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e416c3e..8976464 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,5 @@ App was created in Visual Studio Community, you can run the .sln file and simply Distributed under [MIT](https://github.com/Sigmanor/Crypto-Notepad/blob/master/LICENSE) license ## Partners -![FileHorse](http://i.imgur.com/o5hgnav.png) [FileHorse](http://www.filehorse.com/download-crypto-notepad/) ![FileHorse](http://i.imgur.com/mPpwppP.png) [Softpedia](http://www.softpedia.com/get/Office-tools/Text-editors/Crypto-Notepad.shtml) ![Oszone](http://i.imgur.com/ObA9pjn.png) [Oszone](http://soft.oszone.net/program/17444/Crypto_Notepad/) ![Portablefreeware](http://i.imgur.com/7v2GHXE.png) [Portablefreeware](https://www.portablefreeware.com/index.php?id=2873) ![Majorgeeks](http://i.imgur.com/qQr5IZv.png) [Majorgeeks](http://www.majorgeeks.com/files/details/crypto_notepad.html) +![FileHorse](http://i.imgur.com/o5hgnav.png) [FileHorse](http://filehorse.com/download-crypto-notepad/) | ![Softpedia](http://i.imgur.com/mPpwppP.png)[Softpedia](http://softpedia.com/get/Office-tools/Text-editors/Crypto-Notepad.shtml) | ![Oszone](http://i.imgur.com/ObA9pjn.png) [Oszone](http://soft.oszone.net/program/17444/Crypto_Notepad/) | ![Portablefreeware](http://i.imgur.com/7v2GHXE.png) [Portablefreeware](https://portablefreeware.com/index.php?id=2873) | ![Majorgeeks](http://i.imgur.com/qQr5IZv.png) [Majorgeeks](http://www.majorgeeks.com/files/details/crypto_notepad.html) +--- | --- | --- | --- | ---