Skip to content

Commit 6ef302e

Browse files
committed
Updated contributing in README.md and added Financial Contribution in CONTRIBUTING.md, absolute links replaced with relative ones
1 parent 0144f28 commit 6ef302e

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.github/CONTRIBUTING.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
Hi! I’m really excited that you are interested in contributing to Quasar. Before submitting your contribution though, please make sure to take a moment and read through the following guidelines.
44

5-
- [Code of Conduct](https://github.com/quasarframework/quasar/blob/dev/.github/CODE_OF_CONDUCT.md)
5+
- [Code of Conduct](CODE_OF_CONDUCT.md)
66
- [Issue Reporting Guidelines](#issue-reporting-guidelines)
77
- [Pull Request Guidelines](#pull-request-guidelines)
88
- [Development Setup](#development-setup)
99
- [Project Structure](#project-structure)
10+
- [Financial Contribution](#financial-contribution)
1011

1112
## Issue Reporting Guidelines
1213

@@ -103,3 +104,9 @@ $ yarn lint # or: npm run lint
103104

104105
## Dev Server for Quasar (/ui)
105106
Running `yarn dev` (or `npm run dev`) starts up a dev server which uses HMR (Hot Module Reload) for Quasar source code. You can easily test your changes by making necessary changes to `/dev` `*.vue` files.
107+
108+
## Financial Contribution
109+
110+
Quasar Framework is an MIT-licensed open source project. Its ongoing development is made possible thanks to the support by these awesome [backers](../backers.md).
111+
112+
**Please read our manifest on [Why donations are important](https://quasar.dev/why-donate)**. If you'd like to become a donator, check out [Quasar Framework's Donator campaign](https://donate.quasar.dev).

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@ Ask questions at the official community forum: [https://forum.quasar.dev](https:
128128

129129
## Contributing
130130

131-
I'm excited if you want to contribute to Quasar under any form (report bugs, write a plugin, fix an issue, write a new feature).
131+
Please make sure to read the [Contributing Guide](./.github/CONTRIBUTING.md) before making a pull request. If you have a Quasar-related project/component/tool, add it with a pull request to [this curated list](https://github.com/quasarframework/quasar-awesome)!
132+
133+
Thank you to all the people who already <a href="graphs/contributors">contributed to Quasar</a>!
132134

133135
## Semver
134136
Quasar is following [Semantic Versioning 2.0](https://semver.org/).

0 commit comments

Comments
 (0)