Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify contributing.md #2403

Merged
merged 1 commit into from
Sep 30, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions contributing.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Contributing to Boostnote (English)

### When you open an issue of a bug report
There are no issue template. But there is a request.
### When you open an issue or a bug report
There is no issue template, but there is a request.

**Please paste screenshots of Boostnote with developer tool open**
**Please paste screenshots of Boostnote with the developer tool open**

Thank you for your help in advance.
Thank you in advance for your help.

### About copyright of Pull Request
### Concerning Copyright

If you make a pull request, It means you agree to transfer the copyright of the code changes to BoostIO.
By making a pull request you agree to transfer ownership of your code to BoostIO.

It doesn't mean Boostnote will become a paid app. If we want to earn some money, We will try other way, which is some kind of cloud storage, Mobile app integration or some SPECIAL features.
Because GPL v3 is too strict to be compatible with any other License, We thought this is needed to replace the license with much freer one(like BSD, MIT) somewhen.
This doesn't mean Boostnote will become a paid app. If we want to earn money, we will find other way. Potentially some kind of cloud storage, mobile app integration, or some premium features.
Copy link
Member

@yougotwill yougotwill Sep 24, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jacobherrington Nice work! One comment. You can write we will try and find another way instead of we will find other way.

GPL v3 is too strict to be compatible with another license, so we thought it might be necessary to replace the license with a more open one (like BSD, MIT) eventually.

---

Expand Down