-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
184 changed files
with
4,170 additions
and
1,320 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,10 +31,13 @@ jobs: | |
uses: nschloe/[email protected] | ||
with: | ||
submodules: recursive | ||
lfs: 'true' | ||
- name: Update packages | ||
run: sudo apt-get update && sudo apt-get upgrade -y | ||
run: sudo apt-get update | ||
- name: Install packages | ||
run: sudo apt-get -y install gcc g++ cmake libsdl2-dev libsdl2-image-dev | ||
run: sudo apt-get -y install gcc g++ cmake libsdl2-dev libsdl2-image-dev python3 python3-pip | ||
- name: Install python packages | ||
run: pip3 install --user -r scripts/requirements.txt | ||
- name: Create build directory | ||
run: mkdir build | ||
- name: CMake ${{ matrix.build-configuration }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,7 @@ jobs: | |
uses: nschloe/[email protected] | ||
with: | ||
submodules: recursive | ||
lfs: 'true' | ||
- id: get-flag | ||
run: | | ||
echo "feature=$(python3 .github/getWorkflowMatrix.py all_flags)" >> $GITHUB_OUTPUT | ||
|
@@ -56,6 +57,7 @@ jobs: | |
uses: nschloe/[email protected] | ||
with: | ||
submodules: recursive | ||
lfs: 'true' | ||
- name: Cache pip | ||
uses: actions/cache@v3 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ jobs: | |
uses: nschloe/[email protected] | ||
with: | ||
submodules: recursive | ||
lfs: 'true' | ||
- uses: dorny/[email protected] | ||
id: filter | ||
with: | ||
|
@@ -49,6 +50,7 @@ jobs: | |
uses: nschloe/[email protected] | ||
with: | ||
submodules: recursive | ||
lfs: 'true' | ||
- name: Cache pip | ||
uses: actions/cache@v3 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,7 @@ jobs: | |
uses: nschloe/[email protected] | ||
with: | ||
submodules: recursive | ||
lfs: 'true' | ||
- uses: dorny/[email protected] | ||
id: filter | ||
with: | ||
|
@@ -62,6 +63,7 @@ jobs: | |
uses: nschloe/[email protected] | ||
with: | ||
submodules: recursive | ||
lfs: 'true' | ||
- name: Cache pip | ||
uses: actions/cache@v3 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
# How to contribute to Open-smartwatch | ||
|
||
In case the `develop` branch is ahead of the `master` branch and the `develop` branch is stabile enough, we periodically merge it into the `master`. | ||
In case the `develop` branch is ahead of the `master` branch and the `develop` branch is stable enough, we periodically merge it into the `master`. | ||
|
||
In order to contribute new or updated documentation, you must first create a GitHub account and fork the original repository to your own account. You can make changes, save them in your repository and then create a pull request against this repository. | ||
|
||
Unless you are opening a pull request which only makes small corrections (for instance correcting a typo), you are more likely to get traction for your changes if you open an issue first to discuss the proposed changes. | ||
|
||
**IMPORTANT** If you want to create a pull request, please work based on the `develop` branch - so we don't have to rebase it... | ||
**IMPORTANT** If you want to create a pull request, please work based on the most recent `develop` branch - so we don't have to rebase it... | ||
|
||
If you are reading this page, you are possibly interested in contributing to our project 😄 . We have an active (and friendly) developer group and would love to get your help! Some common ways you can support us are: | ||
|
||
* Testing the code | ||
* Filing issues on GitHub, if you see a problem (or adding detail to existing issues that effect you) | ||
* Reporting issues on GitHub, if you see a problem (or adding detail to existing issues that also affect you) | ||
* Fixing issues 😁 | ||
* Adding new features | ||
* Reviewing existing pull requests and possibly also contributing to them. | ||
* Translation. Always a good idea... | ||
* Reviewing existing pull requests and possibly also contributing to them | ||
* Translations are always a good idea... | ||
|
||
## How to make a good bug report | ||
|
||
Submit according to the bug report form. Attach the debug log if necessary. [Read more here!](https://open-smartwatch.github.io/howto/contribute/#how-to-open-an-issue) | ||
|
||
## Submitting patches | ||
|
||
Please also see our [wiki](https://open-smartwatch.github.io/howto/contribute/) article for that. | ||
Please also see our [wiki](https://open-smartwatch.github.io/howto/contribute/) article for that. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule ImGUI_TestEngine
added at
5e06f0
Oops, something went wrong.