Compare commits
1 Commits
dependabot
...
develop
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d937967c55 |
39
.github/ISSUE_TEMPLATE/showcase-proposal.md
vendored
39
.github/ISSUE_TEMPLATE/showcase-proposal.md
vendored
@@ -1,39 +0,0 @@
|
|||||||
---
|
|
||||||
name: Showcase Proposal
|
|
||||||
about: Proposal to publish a new content into wiki's Showcase page.
|
|
||||||
title: Proposal of showcase project - PROJECT_NAME
|
|
||||||
labels: showcase
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
> Showcase proposal template
|
|
||||||
> Note: "*" fields are mandatory.
|
|
||||||
|
|
||||||
> Project Name: The name of the project that will be used as title of the section of the showcase.
|
|
||||||
|
|
||||||
Project Name *:
|
|
||||||
|
|
||||||
> Project Description: The description of the project that will be used as a paragraph after the title of the showcase.
|
|
||||||
|
|
||||||
Project Description *:
|
|
||||||
|
|
||||||
> Project Author: The author of the project that will be informed after the project description. (Keep if blank to don't show the author)
|
|
||||||
|
|
||||||
Project Author:
|
|
||||||
|
|
||||||
> Project Links: Links to access the project showcase. These links will be shown after project description.
|
|
||||||
|
|
||||||
Project Links:
|
|
||||||
|
|
||||||
> Project Images: Images of the project (can be the images with legends, or the links to it).
|
|
||||||
|
|
||||||
Project Images *:
|
|
||||||
|
|
||||||
> Additional Information: Other relevant information.
|
|
||||||
|
|
||||||
Additional Information:
|
|
||||||
|
|
||||||
> Feedback: If you want to give a feedback to the project, or a suggestion, please, enjoy this field!
|
|
||||||
|
|
||||||
Feedback:
|
|
||||||
19
.github/ISSUE_TEMPLATE/showcase-removal.md
vendored
19
.github/ISSUE_TEMPLATE/showcase-removal.md
vendored
@@ -1,19 +0,0 @@
|
|||||||
---
|
|
||||||
name: Showcase Removal
|
|
||||||
about: Remove a published content from wiki's Showcase page.
|
|
||||||
title: Removal of showcase project - PROJECT_NAME
|
|
||||||
labels: showcase
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
> Remove showcase project template
|
|
||||||
> "*" fields are mandatory.
|
|
||||||
|
|
||||||
> Project Name: The name of the project to be removed from showcase page.
|
|
||||||
|
|
||||||
Project Name *:
|
|
||||||
|
|
||||||
> Reason: The reason for removal
|
|
||||||
|
|
||||||
Reason *:
|
|
||||||
@@ -10,8 +10,6 @@
|
|||||||
Text-based user interface CSS library
|
Text-based user interface CSS library
|
||||||
<br>
|
<br>
|
||||||
<a href="https://github.com/vinibiavatti1/TuiCss/wiki"><strong>-- Documentation --</strong></a>
|
<a href="https://github.com/vinibiavatti1/TuiCss/wiki"><strong>-- Documentation --</strong></a>
|
||||||
<br>
|
|
||||||
<a href="https://github.com/vinibiavatti1/TuiCss/wiki/Showcase"><strong>-- Showcase --</strong></a>
|
|
||||||
<br><br>
|
<br><br>
|
||||||
<a href="https://badge.fury.io/js/tuicss">
|
<a href="https://badge.fury.io/js/tuicss">
|
||||||
<img src="https://badge.fury.io/js/tuicss.svg" alt="npm version badge">
|
<img src="https://badge.fury.io/js/tuicss.svg" alt="npm version badge">
|
||||||
|
|||||||
1288
package-lock.json
generated
1288
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -35,6 +35,6 @@
|
|||||||
"gulp-copy": "^4.0.1",
|
"gulp-copy": "^4.0.1",
|
||||||
"gulp-minify": "^3.1.0",
|
"gulp-minify": "^3.1.0",
|
||||||
"gulp-rename": "^2.0.0",
|
"gulp-rename": "^2.0.0",
|
||||||
"gulp-sass": "^5.1.0"
|
"gulp-sass": "^4.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user