diff --git a/.forgejo/workflows/node.yaml b/.forgejo/workflows/node.yaml new file mode 100644 index 00000000..6f05df27 --- /dev/null +++ b/.forgejo/workflows/node.yaml @@ -0,0 +1,30 @@ +name: GBCI +run: git config --global http.sslVerify false +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + + - name: Setup Node.js + uses: actions/setup-node@v4 + with: + node-version: '20' + cache: 'npm' + + - name: Install dependencies + run: npm ci + + - name: Run tests + run: npm test + + - name: Build project + run: npm run build --if-present + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index de714163..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,9 +0,0 @@ - - -### Observed Results: - - - -### Expected behavior: - - diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index b7353733..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve - ---- - -**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/custom.md b/.github/ISSUE_TEMPLATE/custom.md deleted file mode 100644 index 99bb9a00..00000000 --- a/.github/ISSUE_TEMPLATE/custom.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: Custom issue template -about: Describe this issue template's purpose here. - ---- - - diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 066b2d92..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project - ---- - -**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/requirement b/.github/ISSUE_TEMPLATE/requirement deleted file mode 100644 index fb7524bd..00000000 --- a/.github/ISSUE_TEMPLATE/requirement +++ /dev/null @@ -1,2 +0,0 @@ -**Description** -A clear and concise description of what the requirement is. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index dab88569..00000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,16 +0,0 @@ -### Changes description - - - -### Checklist - -Please check if your PR fulfills the following specifications: - -- [ ] Tests for the changes have been done -- [ ] Docs have been added/updated - -### References - - - -Closes #N/A \ No newline at end of file diff --git a/.github/invite-contributors.yml b/.github/invite-contributors.yml deleted file mode 100644 index 7cf4ec99..00000000 --- a/.github/invite-contributors.yml +++ /dev/null @@ -1,3 +0,0 @@ -isOutside: true -# Team Name -team: contributors \ No newline at end of file diff --git a/.github/settings.yml b/.github/settings.yml deleted file mode 100644 index 24a6149a..00000000 --- a/.github/settings.yml +++ /dev/null @@ -1,44 +0,0 @@ -repository: - name: botserver - description: botserver - homepage: http://pragmatismo.cloud/general-bots - topics: node-module - private: false - has_issues: true - has_wiki: false - has_downloads: true - default_branch: develop - allow_squash_merge: true - allow_merge_commit: false - allow_rebase_merge: true -labels: - - name: bug - color: f44336 - - name: build - color: 795548 - - name: ci - color: fbca04 - - name: documentation - color: 607d8b - - name: duplicate - color: 9e9e9e - - name: feature - color: 3f51b5 - - name: invalid - color: cddc39 - - name: performance - color: 009688 - - name: question - color: ff5722 - - name: refactor - color: 9c27b0 - - name: style - color: 2196f3 - - name: test - color: 8bc34a - - name: wontfix - color: ffffff - - name: help wanted - color: 33aa3f - - name: good first issue - color: 7057ff diff --git a/packages/default.gbui/public/images/logo-gb.png b/packages/default.gbui/public/images/logo-gb.png new file mode 100644 index 00000000..77703d6d Binary files /dev/null and b/packages/default.gbui/public/images/logo-gb.png differ diff --git a/packages/default.gbui/public/index.html b/packages/default.gbui/public/index.html index 4fda8073..d76bb365 100644 --- a/packages/default.gbui/public/index.html +++ b/packages/default.gbui/public/index.html @@ -38,7 +38,7 @@ - + {title} | General Bots