Skip to content

Commit

Permalink
chore: willboosterify this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
WillBooster-bot committed Nov 16, 2024
1 parent b9115b0 commit a30026e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Close #<IssueNumber>
- Test command (e.g., `yarn test`) is passed.
- Lint command (e.g., `yarn lint`) is passed.
- [ ] I've reviewed my changes on GitHub PR's diff view. (GitHub上で自分の変更内容を確認した。)
- [ ] I've written the steps to test. (テスト手順を記載した。)
- [ ] I've written the steps to test your changes. (テスト手順を記載した。)
- [ ] I've added screenshots. (UIを変更した場合、スクリーンショットを追加した。)
- You may leave this box unchecked if you didn't modify the UI.

Expand All @@ -20,12 +20,12 @@ Close #<IssueNumber>
| <img src="" width="400"> | <img src="" width="400"> |
-->

<!-- Please add steps to test your changes.
## Steps to Test
1. Open http://localhost-exercode.willbooster.net:3000/ja-JP/courses/_example/lessons/_example_a_plus_b/problems/_example_a_plus_b after login.
2. Select the language `C`.
3. Write the following code:

```c
#include <stdio.h>
Expand All @@ -37,8 +37,8 @@ Close #<IssueNumber>
return 0;
}
```
4. Push `Submit` button.
5. ...
-->

<!-- 日本語で記述しても大丈夫です。 -->
2 changes: 2 additions & 0 deletions packages/wb/.eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ test-fixtures/
.devcontainer/
dist/
temp/
*.sqlite3*
*.sqlite3-journal

# Created by https://www.toptal.com/developers/gitignore/api/windows
# Edit at https://www.toptal.com/developers/gitignore?templates=windows
Expand Down
2 changes: 2 additions & 0 deletions packages/wb/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
.devcontainer/
dist/
temp/
*.sqlite3*
*.sqlite3-journal

# Created by https://www.toptal.com/developers/gitignore/api/windows
# Edit at https://www.toptal.com/developers/gitignore?templates=windows
Expand Down
2 changes: 2 additions & 0 deletions packages/wb/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ test-fixtures/
.devcontainer/
dist/
temp/
*.sqlite3*
*.sqlite3-journal

# Created by https://www.toptal.com/developers/gitignore/api/windows
# Edit at https://www.toptal.com/developers/gitignore?templates=windows
Expand Down

0 comments on commit a30026e

Please sign in to comment.