mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Merge branch 'master' of https://github.com/Sigmanor/Crypto-Notepad
This commit is contained in:
commit
b1788dd350
4 changed files with 120 additions and 3 deletions
76
CODE_OF_CONDUCT.md
Normal file
76
CODE_OF_CONDUCT.md
Normal file
|
|
@ -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
|
||||
27
CONTRIBUTING.md
Normal file
27
CONTRIBUTING.md
Normal file
|
|
@ -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:
|
||||
13
PULL_REQUEST_TEMPLATE.md
Normal file
13
PULL_REQUEST_TEMPLATE.md
Normal file
|
|
@ -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.
|
||||
|
|
@ -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. )
|
||||
|
|
@ -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://www.filehorse.com/download-crypto-notepad/)  [Softpedia](http://www.softpedia.com/get/Office-tools/Text-editors/Crypto-Notepad.shtml)  [Oszone](http://soft.oszone.net/program/17444/Crypto_Notepad/)  [Portablefreeware](https://www.portablefreeware.com/index.php?id=2873)  [Majorgeeks](http://www.majorgeeks.com/files/details/crypto_notepad.html)
|
||||
 [FileHorse](http://filehorse.com/download-crypto-notepad/) | [Softpedia](http://softpedia.com/get/Office-tools/Text-editors/Crypto-Notepad.shtml) |  [Oszone](http://soft.oszone.net/program/17444/Crypto_Notepad/) |  [Portablefreeware](https://portablefreeware.com/index.php?id=2873) |  [Majorgeeks](http://www.majorgeeks.com/files/details/crypto_notepad.html)
|
||||
--- | --- | --- | --- | ---
|
||||
|
|
|
|||
Loading…
Reference in a new issue