diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..fe500db --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @Lemon73-Computing diff --git a/.github/ISSUE_TEMPLATE/article_request.md b/.github/ISSUE_TEMPLATE/article_request.md deleted file mode 100644 index 651dd8e..0000000 --- a/.github/ISSUE_TEMPLATE/article_request.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Article request -about: Suggest an idea for article of this project -title: '' -labels: '' -assignees: '' - ---- - -**Describe the article you'd like** -A clear and concise description of what you want to add article. - -**Additional context** -Add any other context or screenshots about the article request here. diff --git a/.github/ISSUE_TEMPLATE/article_request.yml b/.github/ISSUE_TEMPLATE/article_request.yml new file mode 100644 index 0000000..61d67cd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/article_request.yml @@ -0,0 +1,19 @@ +name: Article request +description: Suggest an idea for article +title: "[docs]: " +labels: [documentation] + +body: +- type: textarea + attributes: + label: Describe the article you'd like + description: A clear and concise description of what you want to add article. + validations: + required: true + +- type: textarea + attributes: + label: Additional context + description: Add any other context or screenshots about the article request here. + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index dd84ea7..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..3c3bbed --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,78 @@ +name: Bug report +description: Create a report to help us improve +title: "[bug]: " +labels: [bug] + +body: +- type: textarea + attributes: + label: Describe the bug + description: A clear and concise description of what the bug is. + validations: + required: true + +- type: textarea + attributes: + label: To Reproduce + description: | + Steps to reproduce the behavior + placeholder: | + 1. Go to "..." + 2. Click on "...." + 3. Scroll down to "...." + 4. See error + validations: + required: true + +- type: textarea + attributes: + label: Expected behavior + description: A clear and concise description of what you expected to happen. + validations: + required: true + +- type: textarea + attributes: + label: Screenshots + description: If applicable, add screenshots to help explain your problem. + validations: + required: false + +- type: textarea + attributes: + label: Desktop + description: | + (please complete the following information): + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + value: | + - OS: + - Version + render: markdown + validations: + required: false + +- type: textarea + attributes: + label: Smartphone + description: | + (please complete the following information): + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + value: | + - Device: + - OS: + - Version + render: markdown + validations: + required: false + +- type: textarea + attributes: + label: Additional context + description: Add any other context about the problem here. + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..0086358 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index bbcbbe7..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..3b4a953 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,35 @@ +name: Feature request +description: Suggest an idea for this project +title: "[enhancement]: " +labels: [enhancement] + +body: +- type: textarea + attributes: + label: Is your feature request related to a problem? Please describe. + description: A clear and concise description of what the problem is. + placeholder: | + Ex. I'm always frustrated when [...] + validations: + required: false + +- type: textarea + attributes: + label: Describe the solution you'd like + description: A clear and concise description of what you want to happen. + validations: + required: true + +- type: textarea + attributes: + label: Describe alternatives you've considered + description: A clear and concise description of any alternative solutions or features you've considered. + validations: + required: false + +- type: textarea + attributes: + label: Additional context + description: Add any other context or screenshots about the feature request here. + validations: + required: false diff --git a/apps/alice.html b/apps/alice.html new file mode 100644 index 0000000..d9d5615 --- /dev/null +++ b/apps/alice.html @@ -0,0 +1,80 @@ + + + + + +
+ + + + +Alice Project とはノベルゲーム向けゲームエンジン及び周辺環境の開発計画です。
+ + +Himeno Next とは、理研で開発された姫野ベンチマークを GUI 、クロスプラットフォーム対応させ、より利用しやすいソフトウェアとして実装することを目的とした計画です。
+開発の長期化や Android 版開発の難航により、開発は中断しました。
+GUI 化自体は成功しており、 Windows でのみ利用可能です。
+ +2024年、ありがとうございました。2025年もよろしくお願いします!!
+Ivy Cafeteria は Lemon's Resting Area 直下の専門組織です。
+尾花と桜という独自の世界線を元にしたシナリオやコンテンツの作成、公開を行っています。
+ +リアルイベントなどには及ばない程度の小さい祭りですが、 LRA を代表するイベントとなっています。
四季に応じた動画の作成や、ゲームやソフトウェアの発表を行っています。
-YouTube に投稿を行っています。 +