Skip to content
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

Sky scrapper rules #286

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
9902ce1
Merge branch 'Bram-Hub:master' into SkyScrapper-Rules
shankar-veludandi Jun 24, 2022
821d5d8
Create LICENSE
charlestian23 Jun 29, 2022
67e4076
Update issue templates
charlestian23 Jul 26, 2022
809377d
Create pull_request_template.md
charlestian23 Jul 26, 2022
d965f3f
Rename bug_report.md to bug_report.yml
charlestian23 Jul 26, 2022
a5ae6fd
Update bug_report.yml
charlestian23 Jul 26, 2022
7d3328b
Update bug_report.yml
charlestian23 Jul 26, 2022
b940903
Update bug_report.yml
charlestian23 Jul 26, 2022
c44e173
Update bug_report.yml
charlestian23 Jul 26, 2022
9d25963
Update bug_report.yml
charlestian23 Jul 26, 2022
c2d1755
Update bug_report.yml
charlestian23 Jul 26, 2022
667be48
Update bug_report.yml
charlestian23 Jul 26, 2022
815407d
Update bug_report.yml
charlestian23 Jul 26, 2022
7f52cc2
Update bug_report.yml
charlestian23 Jul 26, 2022
b26e934
Update bug_report.yml
charlestian23 Jul 26, 2022
4690b8a
Update bug_report.yml
charlestian23 Jul 26, 2022
92ad3c1
Rename feature_request.md to feature_request.yml
charlestian23 Jul 26, 2022
8968999
Update feature_request.yml
charlestian23 Jul 26, 2022
961194c
Update feature_request.yml
charlestian23 Jul 26, 2022
681664b
Update bug_report.yml
charlestian23 Jul 26, 2022
5d640fc
Update bug_report.yml
charlestian23 Jul 26, 2022
8f4b0a3
Update bug_report.yml
charlestian23 Jul 26, 2022
b3e6bda
Update bug_report.yml
charlestian23 Jul 26, 2022
7755395
Update bug_report.yml
charlestian23 Jul 26, 2022
4cb5e79
Update pull_request_template.md
charlestian23 Jul 26, 2022
8148db1
Merge pull request #217 from Bram-Hub/create-issue-and-pull-request-t…
charlestian23 Jul 26, 2022
796f8c1
Rename .github/PULL_REQUEST_TEMPLATE/pull_request_template.md to .git…
charlestian23 Jul 26, 2022
0dd8f4b
Update pull_request_template.md
charlestian23 Jul 28, 2022
5995b4c
Update feature_request.yml
charlestian23 Jul 28, 2022
0ddc8d7
Create enhancement_request.yaml
charlestian23 Jul 28, 2022
d1c9110
Rename enhancement_request.yaml to enhancement_request.yml
charlestian23 Jul 28, 2022
003db24
Merge pull request #226 from Bram-Hub/enhancement-issue-template
charlestian23 Jul 29, 2022
051e817
Merge branch 'Bram-Hub:master' into SkyScrapper-Rules
shankar-veludandi Aug 8, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
name: Bug report
description: Create a report to help us improve
title: "[BUG] <description>"
labels: [bug]
body:
- type: textarea
id: description
attributes:
label: "Description"
description: "A clear and concise description of what the bug is."
placeholder: "If your issue relates to a particular puzzle, make sure to remember to add the corresponding label to the issue."
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: "Steps to Reproduce"
description: "Steps to reproduce the behavior:"
placeholder: "1. Go to '...'

2. Click on '....'

3. See error"
validations:
required: true
- type: textarea
id: expected_behavior
attributes:
label: "Expected Behavior"
description: "A clear and concise description of what you expected to happen."
validations:
required: true
- type: textarea
id: screenshot
attributes:
label: "Screenshots"
description: "If applicable, add screenshots to help explain your problem."
placeholder: "![DESCRIPTION](LINK.png)"
validations:
required: false
- type: textarea
id: files
attributes:
label: "Puzzle Files"
description: "If applicable, add any puzzle files to help explain your problem."
placeholder: You will need to zip up the puzzle files before you can attach them to your issue.
validations:
required: false
- type: textarea
id: additional_context
attributes:
label: "Additional Context"
description: "Add any other context about the problem here."
validations:
required: false
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Enhancement request
description: Improve an already-existing feature
title: "[ENHANCEMENT] <description>"
labels: [enhancement]
body:
- type: textarea
id: current_behavior
attributes:
label: "Describe the current behavior of what you're trying to improve. If your enhancement request related to a problem, please also describe the problem."
description: "A clear and concise description of the current behavior and problem."
placeholder: "Ex. I'm always frustrated when [...]"
validations:
required: true
- type: textarea
id: solution
attributes:
label: "Describe the improvement you'd like"
description: "A clear and concise description of what you want to happen."
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: "Describe alternatives you've considered"
description: "A clear and concise description of any alternative solutions or features you've considered."
validations:
required: false
- type: textarea
id: additional_context
attributes:
label: "Additional Context"
description: "Add any other context or screenshots about the feature request here."
validations:
required: false
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Feature request
description: Suggest an idea for this project
title: "[FEATURE] <description>"
labels: [new feature]
body:
- type: textarea
id: description
attributes:
label: "Is your feature request related to a problem? Please describe."
description: "A clear and concise description of what the problem is."
placeholder: "Ex. I'm always frustrated when [...]"
validations:
required: true
- type: textarea
id: solution
attributes:
label: "Describe the solution you'd like"
description: "A clear and concise description of what you want to happen."
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: "Describe alternatives you've considered"
description: "A clear and concise description of any alternative solutions or features you've considered."
validations:
required: false
- type: textarea
id: additional_context
attributes:
label: "Additional Context"
description: "Add any other context or screenshots about the feature request here."
validations:
required: false
26 changes: 26 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## Description

<!-- Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. -->

<!-- If your pull request is not related to a particular issue, delete the statement below. -->
Closes #(issue)

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Enhancement (improvement to an already existing feature)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)

## How Has This Been Tested?

<!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration. -->

## Checklist:

- [ ] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation (if applicable)
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
Loading