You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+11-12Lines changed: 11 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,18 @@
1
1
## Contributing
2
2
3
-
We would absolutely love to get the community involved, and we welcome any form of contributions – comments and questions on different communication channels, issues and pull request in the repositories, and anything that you build and share using our components.
3
+
We would absolutely love to get the community involved, and we welcome any form of contributions – comments and questions on different communication channels, issues and pull request and anything that you build and share using our components.
4
4
5
-
### Get in touch with the team
5
+
### Communication channels
6
+
* Communication is primarily done using issues.
7
+
* If you need support as soon as possible and you can't wait for any pull request, feel free to use [our support](https://xdev.software/en/services/support).
8
+
* As a last resort measure or on otherwise important matter you may also [contact us directly](https://xdev.software/en/about-us/contact).
6
9
7
-
Twitter: https://twitter.com/xdevsoftware
8
-
<br/>
9
-
Mail: opensource@xdev-software.de
10
+
### Ways to help
11
+
***Report bugs**<br/>Create an issue or send a pull request
12
+
***Send pull requests**<br/>If you want to contribute code, check out the development instructions below.
13
+
* However when contributing new features, please first discuss the change you wish to make via issue with the owners of this repository before making a change. Otherwise your work might be rejected and your effort was pointless.
10
14
11
-
### Some ways to help:
12
-
13
-
-**Report bugs**: File issues on GitHub.
14
-
-**Send pull requests**: If you want to contribute code, check out the development instructions below.
15
-
16
-
We encourage you to read the [contribution instructions by GitHub](https://guides.github.com/activities/contributing-to-open-source/#contributing) also.
15
+
We also encourage you to read the [contribution instructions by GitHub](https://docs.github.com/en/get-started/quickstart/contributing-to-projects).
17
16
18
17
## Developing
19
18
@@ -26,7 +25,7 @@ You should have the following things installed:
26
25
### Recommended setup
27
26
* Install ``IntelliJ`` (Community Edition is sufficient)
28
27
* Install the following plugins:
29
-
*[Save Actions](https://plugins.jetbrains.com/plugin/7642-save-actions) - Provides save actions, like running the formatter or adding ``final`` to fields
28
+
*[Save Actions](https://plugins.jetbrains.com/plugin/22113) - Provides save actions, like running the formatter or adding ``final`` to fields
0 commit comments