-
+
- Published on +
- + + +
commit f479740dd1a07f4d3370a02fe066642ef9884ab2 Author: taskylizard <75871323+taskylizard@users.noreply.github.com> Date: Wed Aug 7 12:23:35 2024 +0000 hello world, again diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 000000000..46c06b2a3 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,8 @@ +{ + "name": "FMHYedit", + "postStartCommand": "pnpm install", + "postAttachCommand": "pnpm docs:dev", + "appPort": 5173, + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": {} +} diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..03942c1ae --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Discord + url: https://discord.gg/Stz6y6NgNg + about: You can ask general questions here. diff --git a/.github/ISSUE_TEMPLATE/wiki.yml b/.github/ISSUE_TEMPLATE/wiki.yml new file mode 100644 index 000000000..668c52d61 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/wiki.yml @@ -0,0 +1,40 @@ +name: Create Issue +description: 'Help us improve FMHY for everyone' +title: '
Everything from Monthly Updates to fmhy updates.
+ + We also have a + + + RSS feed. + +' + + const data = headers[id] + let header = '---\n' + header += `title: "${data.title}"\n` + header += `description: ${data.description}\n` + header += '---\n' + header += `${title}${data.title}\n` + header += `${description}${data.description}