Skip to content

Commit

Permalink
sync with template repo (#9)
Browse files Browse the repository at this point in the history
* delete useless stubs and sync with template repo

* sync with project template
  • Loading branch information
lwaekfjlk authored May 4, 2024
1 parent 589a64e commit 854dea7
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/codebase_reorg.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: 🧹Codebase Reorg
description: Reorg, clean, format the codebase
title: "[WRT]: "
labels: ["writing"]
assignees: [""]
body:
- type: markdown
attributes:
value: |
Please make sure this codebase reorg request hasn't been already submitted by someone by looking through other open/closed issues
- type: textarea
id: description
attributes:
label: Description
description: Give us a brief description of the codebase reorg task you would like
validations:
required: true

- type: textarea
id: additional-information
attributes:
label: Additional Information
description: Give us some additional reason on why codebase reorg is necessary to do
File renamed without changes.
Empty file added data/.gitkeep
Empty file.
Empty file added examples/.gitkeep
Empty file.
Empty file added scripts/.gitkeep
Empty file.

0 comments on commit 854dea7

Please sign in to comment.