forked from Checkmarx/kics
-
Notifications
You must be signed in to change notification settings - Fork 0
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 Checkmarx#1906 from Checkmarx/feature/update-docs-…
…release update docs with releases page and query development help
- Loading branch information
Showing
7 changed files
with
89 additions
and
15 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 |
---|---|---|
|
@@ -62,8 +62,8 @@ Use succinct but descriptive name (prefix with *feature/issue#-descriptive-name> | |
Contributions are made to this repo via Issues and Pull Requests (PRs). A few general guidelines that cover both: | ||
|
||
- Search for existing [issues](https://github.com/Checkmarx/kics/issues) and [pull requests](https://github.com/Checkmarx/kics/pulls) before creating your own to avoid duplicates. | ||
- PRs will only be accepted if associated with an issue (enhancement or bug) that has been submitted and reviewed/labeld as *accepted*. | ||
- We will work hard to makes sure issues that are raised are handled in a timely manner. | ||
- PRs will only be accepted if associated with an issue (enhancement or bug) that has been submitted and reviewed/labeled as *accepted*. | ||
- We will work hard to make sure issues that are raised are handled in a timely manner. | ||
|
||
### Issues | ||
|
||
|
@@ -109,4 +109,4 @@ The following templates will be used when [creating a new issue](https://github. | |
- [GitHub Help](https://help.github.com) | ||
|
||
Join the chat [on Gitter](https://gitter.im/kics-io/community). | ||
Or contact KICS core team at [[email protected]](mailto:[email protected]) | ||
Or contact KICS core team at [[email protected]](mailto:[email protected]) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
## Releases | ||
|
||
For our release versions we follow the [SemVer](https://semver.org/) specification, meaning that we structure our versions into a MAJOR.MINOR.PATCH semantic. | ||
|
||
Our current release process is structured in the following way: | ||
|
||
- PATCH versions for minor backwards compatible bug fixes and new small features. This should have a bi-weekly cadence. | ||
- MINOR versions will include functionality that is backwards compatible. This should have a monthly cadence. | ||
- MAJOR versions for major functionality that it's added or changes that are not backwards compatible. | ||
|
||
Every release is packed with: | ||
|
||
- Source code .zip/tarballs | ||
- Binaries for Windows and Linux | ||
- Docker image uploaded to [DockerHub](https://hub.docker.com/r/checkmarx/kics) | ||
|
||
If waiting for a new release it's not enough, we also provide nightly builds that include the latest changes. | ||
|
||
You can find our releases [here](https://github.com/Checkmarx/kics/releases) |
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