-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change action from docker to composite (#83)
* Change action from docker to composite * Remove Dockerfile * install cpp-linter pkg from PyPI * Remove publish-pypi.yml #91 * Switch from master to main branch * Add CONTRIBUTING.md
- Loading branch information
1 parent
8e8e8f7
commit bfc328f
Showing
10 changed files
with
79 additions
and
209 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
This file was deleted.
Oops, something went wrong.
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,4 +1,4 @@ | ||
name: "Check python code" | ||
name: "Test python code" | ||
|
||
on: | ||
push: | ||
|
File renamed without changes.
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,20 @@ | ||
# Contributing | ||
|
||
Thank you for investing your time in contributing to our project! We welcome feedback, bug reports, and pull requests! | ||
|
||
## New contributor guide | ||
|
||
Ours develop branch is `main` not `master` (`master` used to be the develop branch for v1.x). | ||
|
||
The reason we didn't delete the `master` branch is that there are still users whose workflows point to the `master` branch. | ||
|
||
For pull requests, please stick to the following guidelines | ||
|
||
* Add tests for any new features and bug fixes. | ||
* Put a reasonable amount of comments into the code. | ||
* Fork cpp-linter-action on your GitHub user account, do your changes there and then create a PR against `main` branch of cpp-linter-action repository. | ||
* Separate unrelated changes into multiple pull requests. | ||
|
||
If you wish to contribute to the python source package used by this action, then that has moved to it's own repository named [cpp-linter](https://github.com/cpp-linter/cpp-linter) as of v2 of this action. | ||
|
||
Please note that by contributing any code or documentation to this repository (by raising pull requests, or otherwise) you explicitly agree to the [License Agreement](LICENSE). |
This file was deleted.
Oops, something went wrong.
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