This repository has been archived by the owner on Dec 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #67 from fusionengine-org/dev
V4.3.0
- Loading branch information
Showing
26 changed files
with
424 additions
and
258 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
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name: Lint | ||
|
||
on: [push, pull_request] | ||
|
||
jobs: | ||
lint: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: psf/black@stable |
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,10 +1,17 @@ | ||
# Contributing | ||
We are happy and welcome if you want to contribute to fusion engine. But please consider a few details before continuing: | ||
- Branch: Please when working on your fork, work in the dev branch, because we only will accept commits to the dev branch. It will later be released with the next version of fusion. | ||
- Explain: Please explain why this should be considered and merged. | ||
- Explain: Please explain why this should be considered and merged. That will make our life easier. | ||
- Test: Please test your code before even opening a new pull request. | ||
- Documentation: Please, if your adding something new, like a feature, please document everything. | ||
- Format: Please, run black for formatting of the code. | ||
|
||
## Not following these rules | ||
If we see a pull request that doesn't follow these rules, we will tell you that, and close the pull request. | ||
We allow you to re-open a new pull request, but we expect you to have your code fixed. | ||
|
||
## Some technologies we are using | ||
- PDM: We are using pdm for our main interaction with the library. | ||
- pyproject.toml: Pythons way for setting up a project. A replacement for setup.py | ||
- pygame-ce, pygame_gui and pymunk: We are using all three of these libraries to develop fusion engine. | ||
- black: We are using black to format code |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.