Skip to content

Commit 08ad9e9

Browse files
author
Markus Günther
committed
Docs: Adding code of conduct and contribution guidelines
1 parent d894783 commit 08ad9e9

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

Diff for: CODE_OF_CONDUCT.md

Whitespace-only changes.

Diff for: CONTRIBUTING.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Contributing to react-css-themr
2+
First time contributing to Homebrew? Read our [Code of Conduct](https://github.com/FriendsOfReactJS/react-css-themr/blob/develop/CODE_OF_CONDUCT.md#code-of-conduct).
3+
4+
### Report a bug
5+
6+
* Run `yarn update @friendsofreactjs/react-css-themr`
7+
* Search the issue tracker to see if someone else has already reported the same issue.
8+
* Check if the bug has been fixed in a newer version
9+
* Open an issue on the formula's repository or on FriendsOfReactJS/react-css-themr if it's not a formula-specific issue.
10+
11+
### Propose a feature
12+
13+
* Open an issue with a detailed description of your proposed feature, the motivation for it and alternatives considered. Please note we may close this issue or ask you to create a pull-request if this is not something we see as sufficiently high priority.
14+
15+
Thanks!

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
⚛️️️❗️❗️⚛️
3030
This is a fork of React CSS Themr, that is not maintained anymore. We thank Javi Velasco for all his efforts and for
3131
creating such a great package. This package should not be unmaintained - so the friends of react will continue.
32-
33-
Sadly Javi did not responed so we can not continue with the same package name. You find us now on npm with the prefix/scope `@friendsofreactjs`.
3432
```
3533

3634
Easy theming and composition for CSS Modules.
@@ -197,7 +195,9 @@ The returned component accepts a `theme`, `composeTheme`, `innerRef` and `mapThe
197195
198196
## Contribution
199197
200-
Contributions are always welcome. We try to make it as easy as possible.
198+
We'd love you to contribute to Homebrew. First, please read our [Contribution Guide](CONTRIBUTING.md) and [Code of Conduct](CODE_OF_CONDUCT.md#code-of-conduct).
199+
200+
We try to make it as easy as possible.
201201
We are using semantic-release to have more time to concentrate on important stuff
202202
instead of struggling in the dependency or release hell.
203203

0 commit comments

Comments
 (0)