From 3c8ceddf2d7f84451114418c322d9fc66f54c474 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Thu, 16 Apr 2020 15:28:11 +0300 Subject: [PATCH] Cleanup old files --- .github/ISSUE_TEMPLATE/bug_report.md | 20 ------ .github/ISSUE_TEMPLATE/discussion.md | 8 --- .github/ISSUE_TEMPLATE/feature_request.md | 9 --- .github/PULL_REQUEST_TEMPLATE.md | 15 ----- static/_redirects | 82 ----------------------- 5 files changed, 134 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/discussion.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md delete mode 100644 static/_redirects diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 02b176d69..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve - ---- - -## Bug description - - -## Steps to reproduce - - -## Expected behavior - - -## Screenshots - - -## Environment - diff --git a/.github/ISSUE_TEMPLATE/discussion.md b/.github/ISSUE_TEMPLATE/discussion.md deleted file mode 100644 index 7a2df3f90..000000000 --- a/.github/ISSUE_TEMPLATE/discussion.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: Discussion -about: Discuss something with us - ---- - -## Description - diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 59b6f461d..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project - ---- - -## Description - - diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index e75f76c61..000000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## Description - - - - -## PR Type -- [ ] Snippets, Tests & Tags (new snippets, updated snippets, re-tagging of snippets, added/updated tests) -- [ ] Tools, Scripts & Automation (anything related to files in the scripts folder, Gatsby, website, Travis CI or Netlify) -- [ ] General, Typos, Misc. & Meta (everything related to content, typos, general stuff and meta files in the repository - e.g. the issue template) -- [ ] Other (please specify in the description above) - -## Guidelines -- [ ] I have read the guidelines in the [CONTRIBUTING](https://github.com/30-seconds/30-seconds-of-react/blob/master/CONTRIBUTING.md) document. diff --git a/static/_redirects b/static/_redirects deleted file mode 100644 index 34f57ae3d..000000000 --- a/static/_redirects +++ /dev/null @@ -1,82 +0,0 @@ -/snippet/Accordion https://www.30secondsofcode.org/react/s/accordion 301! -/snippet/accordion https://www.30secondsofcode.org/react/s/accordion 301! -/snippet/Alert https://www.30secondsofcode.org/react/s/alert 301! -/snippet/alert https://www.30secondsofcode.org/react/s/alert 301! -/snippet/AutoLink https://www.30secondsofcode.org/react/s/auto-link 301! -/snippet/autolink https://www.30secondsofcode.org/react/s/auto-link 301! -/snippet/Carousel https://www.30secondsofcode.org/react/s/carousel 301! -/snippet/carousel https://www.30secondsofcode.org/react/s/carousel 301! -/snippet/Collapse https://www.30secondsofcode.org/react/s/collapse 301! -/snippet/collapse https://www.30secondsofcode.org/react/s/collapse 301! -/snippet/ControlledInput https://www.30secondsofcode.org/react/s/controlled-input 301! -/snippet/controlledinput https://www.30secondsofcode.org/react/s/controlled-input 301! -/snippet/CountDown https://www.30secondsofcode.org/react/s/count-down 301! -/snippet/countdown https://www.30secondsofcode.org/react/s/count-down 301! -/snippet/DataList https://www.30secondsofcode.org/react/s/data-list 301! -/snippet/datalist https://www.30secondsofcode.org/react/s/data-list 301! -/snippet/DataTable https://www.30secondsofcode.org/react/s/data-table 301! -/snippet/datatable https://www.30secondsofcode.org/react/s/data-table 301! -/snippet/FileDrop https://www.30secondsofcode.org/react/s/file-drop 301! -/snippet/filedrop https://www.30secondsofcode.org/react/s/file-drop 301! -/snippet/LimitedTextarea https://www.30secondsofcode.org/react/s/limited-textarea 301! -/snippet/limitedtextarea https://www.30secondsofcode.org/react/s/limited-textarea 301! -/snippet/LimitedWordTextarea https://www.30secondsofcode.org/react/s/limited-word-textarea 301! -/snippet/limitedwordtextarea https://www.30secondsofcode.org/react/s/limited-word-textarea 301! -/snippet/Loader https://www.30secondsofcode.org/react/s/loader 301! -/snippet/loader https://www.30secondsofcode.org/react/s/loader 301! -/snippet/Mailto https://www.30secondsofcode.org/react/s/mailto 301! -/snippet/mailto https://www.30secondsofcode.org/react/s/mailto 301! -/snippet/MappedTable https://www.30secondsofcode.org/react/s/mapped-table 301! -/snippet/mappedtable https://www.30secondsofcode.org/react/s/mapped-table 301! -/snippet/Modal https://www.30secondsofcode.org/react/s/modal 301! -/snippet/modal https://www.30secondsofcode.org/react/s/modal 301! -/snippet/MultiselectCheckbox https://www.30secondsofcode.org/react/s/multiselect-checkbox 301! -/snippet/multiselectcheckbox https://www.30secondsofcode.org/react/s/multiselect-checkbox 301! -/snippet/PasswordRevealer https://www.30secondsofcode.org/react/s/password-revealer 301! -/snippet/passwordrevealer https://www.30secondsofcode.org/react/s/password-revealer 301! -/snippet/RippleButton https://www.30secondsofcode.org/react/s/ripple-button 301! -/snippet/ripplebutton https://www.30secondsofcode.org/react/s/ripple-button 301! -/snippet/Select https://www.30secondsofcode.org/react/s/select 301! -/snippet/select https://www.30secondsofcode.org/react/s/select 301! -/snippet/Slider https://www.30secondsofcode.org/react/s/slider 301! -/snippet/slider https://www.30secondsofcode.org/react/s/slider 301! -/snippet/StarRating https://www.30secondsofcode.org/react/s/star-rating 301! -/snippet/starrating https://www.30secondsofcode.org/react/s/star-rating 301! -/snippet/Tabs https://www.30secondsofcode.org/react/s/tabs 301! -/snippet/tabs https://www.30secondsofcode.org/react/s/tabs 301! -/snippet/TagInput https://www.30secondsofcode.org/react/s/tag-input 301! -/snippet/taginput https://www.30secondsofcode.org/react/s/tag-input 301! -/snippet/TextArea https://www.30secondsofcode.org/react/s/text-area 301! -/snippet/textarea https://www.30secondsofcode.org/react/s/text-area 301! -/snippet/Ticker https://www.30secondsofcode.org/react/s/ticker 301! -/snippet/ticker https://www.30secondsofcode.org/react/s/ticker 301! -/snippet/Toggle https://www.30secondsofcode.org/react/s/toggle 301! -/snippet/toggle https://www.30secondsofcode.org/react/s/toggle 301! -/snippet/Tooltip https://www.30secondsofcode.org/react/s/tooltip 301! -/snippet/tooltip https://www.30secondsofcode.org/react/s/tooltip 301! -/snippet/TreeView https://www.30secondsofcode.org/react/s/tree-view 301! -/snippet/treeview https://www.30secondsofcode.org/react/s/tree-view 301! -/snippet/UncontrolledInput https://www.30secondsofcode.org/react/s/uncontrolled-input 301! -/snippet/uncontrolledinput https://www.30secondsofcode.org/react/s/uncontrolled-input 301! -/snippet/useClickInside https://www.30secondsofcode.org/react/s/use-click-inside 301! -/snippet/useclickinside https://www.30secondsofcode.org/react/s/use-click-inside 301! -/snippet/useClickOutside https://www.30secondsofcode.org/react/s/use-click-outside 301! -/snippet/useclickoutside https://www.30secondsofcode.org/react/s/use-click-outside 301! -/snippet/useFetch https://www.30secondsofcode.org/react/s/use-fetch 301! -/snippet/usefetch https://www.30secondsofcode.org/react/s/use-fetch 301! -/snippet/useInterval https://www.30secondsofcode.org/react/s/use-interval 301! -/snippet/useinterval https://www.30secondsofcode.org/react/s/use-interval 301! -/snippet/useNavigatorOnLine https://www.30secondsofcode.org/react/s/use-navigator-on-line 301! -/snippet/usenavigatoronline https://www.30secondsofcode.org/react/s/use-navigator-on-line 301! -/snippet/useSSR https://www.30secondsofcode.org/react/s/use-ssr 301! -/snippet/usessr https://www.30secondsofcode.org/react/s/use-ssr 301! -/snippet/useTimeout https://www.30secondsofcode.org/react/s/use-timeout 301! -/snippet/usetimeout https://www.30secondsofcode.org/react/s/use-timeout 301! -/tag/visual/ https://www.30secondsofcode.org/react/t/visual/p/1 301! -/tag/input/ https://www.30secondsofcode.org/react/t/input/p/1 301! -/tag/array/ https://www.30secondsofcode.org/react/t/array/p/1 301! -/tag/hooks/ https://www.30secondsofcode.org/react/t/hooks/p/1 301! -/about/ https://www.30secondsofcode.org/about 301! -/ https://www.30secondsofcode.org/react/p/1 301! -/list/ https://www.30secondsofcode.org/react/p/1 301! -/search/ https://www.30secondsofcode.org/search 301!