mirrored from https://www.bouncycastle.org/repositories/bc-java
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Created issue templates and pull request template #1748
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
+426
−367
Open
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
c8a4bda
Update CONTRIBUTORS.html
KarolinHem 7270f92
Update CONTRIBUTORS.html
KarolinHem 0a8a45f
Update CONTRIBUTORS.html
KarolinHem 09d9c88
Update CONTRIBUTORS.html
KarolinHem 50eced9
Merge branch 'bcgit:main' into main
KarolinHem af6957e
Add files via upload
KarolinHem 0f85e40
Create config.yml
KarolinHem 479fdfa
Add files via upload
KarolinHem fad2dee
Update CONTRIBUTING.md - Link to issue templates
KarolinHem 56c4741
Update CONTRIBUTING.md - Changed new issue link to relative path
KarolinHem a3316d9
Update pull_request_template.md
KarolinHem 177178d
Merge branch 'main' into main
KarolinHem File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
45 changes: 45 additions & 0 deletions
.github/ISSUE_TEMPLATE/bug-report.md
This file contains hidden or 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,45 @@ | ||
| --- | ||
| name: Bug report | ||
| about: Create a report to help us improve | ||
| title: "[BUG]" | ||
| labels: bug | ||
| assignees: '' | ||
|
|
||
| --- | ||
|
|
||
| **Describe the Bug** | ||
|
|
||
| A clear and concise description of what the bug is. | ||
|
|
||
| **To Reproduce** | ||
|
|
||
| Steps to reproduce the behavior: | ||
| 1. Go to '...' | ||
| 2. Click on '....' | ||
| 3. Scroll down to '....' | ||
| 4. See error | ||
|
|
||
| **Expected Behavior** | ||
|
|
||
| A clear and concise description of what you expected to happen. | ||
|
|
||
| **Screenshots and Logs** | ||
|
|
||
| If applicable, add screenshots and logs to help explain your problem. | ||
|
|
||
| **Product Deployment** | ||
|
|
||
| Please complete the following information: | ||
| - Deployment format: [e.g. software, container] | ||
| - Version [e.g. 8.0.0] | ||
|
|
||
| **Desktop** | ||
|
|
||
| Please complete the following information: | ||
| - OS: [e.g. iOS] | ||
| - Browser [e.g. chrome, safari] | ||
| - Version [e.g. 22] | ||
|
|
||
| **Additional Context** | ||
|
|
||
| Add any other context about the problem here. |
7 changes: 7 additions & 0 deletions
.github/ISSUE_TEMPLATE/config.yml
This file contains hidden or 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,7 @@ | ||
| blank_issues_enabled: true | ||
|
|
||
| # Update url below as needed. | ||
| contact_links: | ||
| - name: GitHub Discussions | ||
| url: https://github.com/bcgit/bc-java/discussions | ||
| about: Join in-depth discussions or ask questions |
25 changes: 25 additions & 0 deletions
.github/ISSUE_TEMPLATE/feature_request.md
This file contains hidden or 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: Feature request | ||
| about: Suggest an idea for this project | ||
| title: '' | ||
| labels: '' | ||
| assignees: '' | ||
|
|
||
| --- | ||
|
|
||
| **Is your feature request related to a problem or specific use case? Please describe.** | ||
| A clear and concise description of the problem or use case. | ||
|
|
||
| **Describe the solution you'd like** | ||
| A clear and concise description of what you want to happen. | ||
|
|
||
| **Describe alternatives you've considered** | ||
| A clear and concise description of any alternative solutions or features you've considered. | ||
|
|
||
| **Product deployment** | ||
| Please complete the following information: | ||
| - Deployment format: [e.g. software, container] | ||
| - Version [e.g. 8.0.0] | ||
|
|
||
| **Additional context** | ||
| Add any other context or screenshots about the feature request here. |
16 changes: 16 additions & 0 deletions
.github/pull_request_template.md
This file contains hidden or 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,16 @@ | ||
| ## Describe your changes | ||
|
|
||
| <!--- Please describe your changes in detail. Include the motivation for the changes, e.g. what problem it solves or if it fixes a bug. --> | ||
|
|
||
| ## How has this been tested? | ||
|
|
||
| <!--- If relevant, please describe any tests you ran to verify your changes. --> | ||
|
|
||
| ## Checklist before requesting a review | ||
| <!--- To check or uncheck a box, switch between "[x]" and "[ ]" below. --> | ||
|
|
||
| - [ ] I have performed a self-review of my code | ||
| - [ ] I have kept the patch limited to only change the parts related to the patch | ||
| - [ ] This change requires a documentation update | ||
|
|
||
| See also [Contributing Guidelines](../CONTRIBUTING.md). |
This file contains hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.