forked from AushevAhmad/awesome-css
-
-
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.
Optimise CSS, add
gitignore
, changed issue/feature template to yml,…
… added images, overhauled repo
- Loading branch information
1 parent
3daf67c
commit 7a788a1
Showing
24 changed files
with
348 additions
and
281 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,63 @@ | ||
name: Bug Report | ||
description: File a bug report. | ||
title: "🐛 [Title here]" | ||
labels: ["bug"] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Bug Description | ||
description: Provide a clear and concise description of this bug, what is the repo/css issue you can see, etc. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Steps To Reproduce | ||
description: Provide steps to reproduce this bug. | ||
placeholder: | | ||
1. [First Step] | ||
2. [Second Step] | ||
3. [and so on...] | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Expected Behavior | ||
description: Provide a clear and concise description of what you expected to happen. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Actual Behavior | ||
description: Provide a clear and concise description of what happened. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Screenshots | ||
description: Add screenshots to help explain this bug, if applicable. | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional Context | ||
description: Provide any additional information about this bug. | ||
validations: | ||
required: false | ||
|
||
- type: checkboxes | ||
attributes: | ||
label: Final Checks | ||
options: | ||
- label: My issue title is descriptive | ||
required: true | ||
- label: This is a single bug (multiple bugs should be reported individually) | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: Thank you for taking the time to report this bug! |
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 @@ | ||
blank_issues_enabled: 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,38 @@ | ||
name: Feature Request | ||
description: Request a new feature. | ||
title: "✨ [Title here]" | ||
labels: ["feature"] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Feature Request Description | ||
description: Provide a clear and concise description of this feature request with any problems and solutions. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Screenshots | ||
description: Add screenshots to help explain this feature request, if applicable. | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional Context | ||
description: Provide any additional information about this feature request. | ||
validations: | ||
required: false | ||
|
||
- type: checkboxes | ||
attributes: | ||
label: Final Checks | ||
options: | ||
- label: My issue title is descriptive | ||
required: true | ||
- label: This is a single feature request (multiple feature requests should be reported individually) | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: Thank you for taking the time to report this feature request! |
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,2 @@ | ||
# Prevent `.DS_Store` from launching into the repo | ||
.DS_Store |
Oops, something went wrong.