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
{{ message }}
This repository was archived by the owner on Jan 18, 2024. It is now read-only.
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
4
+
questions on different communication channels, issues and pull request in the repositories, and anything that you build
-**Send pull requests**: If you want to contribute code, check out the development instructions below.
15
17
16
-
We encourage you to read the [contribution instructions by GitHub](https://guides.github.com/activities/contributing-to-open-source/#contributing) also.
18
+
We encourage you to read
19
+
the [contribution instructions by GitHub](https://guides.github.com/activities/contributing-to-open-source/#contributing)
20
+
also.
17
21
18
22
## Developing
19
23
20
24
### Software Requirements
25
+
21
26
You should have the following things installed:
27
+
22
28
* Git
23
-
* Java 8, 11 or 17 - should be as unmodified as possible (Recommended: [Eclipse Adoptium](https://adoptium.net/temurin/releases/))
29
+
* Java 8, 11 or 17 - should be as unmodified as possible (
* Install ``IntelliJ`` (Community Edition is sufficient)
28
-
* 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
* Consider doing a [test-deployment](https://github.com/xdev-software/xdev-swing-framework-template/actions/workflows/test-deploy.yml?query=branch%3Adevelop) before actually releasing.
48
+
49
+
* Consider doing
50
+
a [test-deployment](https://github.com/xdev-software/xdev-swing-framework-template/actions/workflows/test-deploy.yml?query=branch%3Adevelop)
51
+
before actually releasing.
40
52
* Check the [changelog](CHANGELOG.md)
41
53
42
54
If the ``develop`` is ready for release, create a pull request to the ``master``-Branch and merge the changes.
43
55
44
56
When the release is finished do the following:
45
-
* Merge the auto-generated PR (with the incremented version number) back into the ``develop``
57
+
58
+
* Merge the auto-generated PR (with the incremented version number) back into the ``develop``
0 commit comments