-
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 #648 from GuusLieben/release-candidate-22.1
Release candidate 22.1
- Loading branch information
Showing
691 changed files
with
15,549 additions
and
8,911 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: 'Bug report' | ||
description: 'If you found a bug, please report it here.' | ||
labels: ['type: bug'] | ||
body: | ||
- type: input | ||
id: version | ||
attributes: | ||
label: 'Version' | ||
description: 'What is the earliest version the issue applies to? E.g. 4.0.0. If the issue applies to a snapshot or release candidate, please use the version number of the release candidate or snapshot.' | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: 'Problem/Opportunity' | ||
description: 'Describe the problem you are trying to solve.' | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: solution | ||
attributes: | ||
label: 'Proposed solution' | ||
description: 'Specify how you would like the solution to be developed. If you have a specific plan, please describe it here.' | ||
validations: | ||
required: false |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: 'Feature request' | ||
description: 'If you want to add a feature to the project, please create an issue here.' | ||
labels: ['type: feature request'] | ||
body: | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: 'Related problem' | ||
description: 'Is your feature related to a problem? If so, please describe the problem.' | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: solution | ||
attributes: | ||
label: 'Requested feature' | ||
description: 'Describe the feature you want to add. Be as detailed as possible.' | ||
validations: | ||
required: true |
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Description | ||
Please include a description of the changes made in this pull request, including any relevant motivation for these changes. | ||
|
||
Fixes # (issue number) | ||
|
||
## Type of change | ||
Please delete options that are not relevant. | ||
- [ ] Bug fix (non-breaking change that doesn't affect the behavior of the code) | ||
- [ ] New feature (non-breaking change that does affect the code) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
- [ ] Documentation (documentation changes) | ||
- [ ] Style (style changes) | ||
- [ ] Refactor (code changes that do not affect the behavior of the code) | ||
- [ ] Test (changes to tests) | ||
- [ ] Chore (changes to the build process or auxiliary tools) | ||
- [ ] WIP (work-in-progress, not ready for production, or part of future work) | ||
- [ ] Other (anything else) | ||
|
||
# How Has This Been Tested? | ||
Please describe how the changes in this pull request have been tested. | ||
- [ ] Unit testing | ||
- [ ] Integration testing | ||
- [ ] End-to-end testing | ||
- [ ] Manual testing | ||
- [ ] Other (please specify) | ||
|
||
**Test Configuration**: | ||
If applicable, please provide instructions on how to run tests. Unit tests do not need to be specified here. | ||
|
||
# Checklist: | ||
- [ ] I have performed a self-review of my own code | ||
- [ ] I have added tests that prove it is effective or that my feature works | ||
- [ ] New and existing unit tests pass locally with my changes | ||
- [ ] Related issue number is linked in pull request title |
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
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
40 changes: 0 additions & 40 deletions
40
examples/src/caching/java/org/dockbox/hartshorn/demo/caching/KeyUtility.java
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
Oops, something went wrong.