From c80eabb066ad5d5f6478622d51c1d96534aab7c2 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Wed, 26 Mar 2025 19:46:19 -0300 Subject: [PATCH] delete: Remove issue and pull request templates --- .forgejo/workflows/node.yaml | 30 ++++++++++++ .github/ISSUE_TEMPLATE.md | 9 ---- .github/ISSUE_TEMPLATE/bug_report.md | 35 -------------- .github/ISSUE_TEMPLATE/custom.md | 7 --- .github/ISSUE_TEMPLATE/feature_request.md | 17 ------- .github/ISSUE_TEMPLATE/requirement | 2 - .github/PULL_REQUEST_TEMPLATE.md | 16 ------- .github/invite-contributors.yml | 3 -- .github/settings.yml | 44 ------------------ .../default.gbui/public/images/logo-gb.png | Bin 0 -> 3034 bytes packages/default.gbui/public/index.html | 2 +- 11 files changed, 31 insertions(+), 134 deletions(-) create mode 100644 .forgejo/workflows/node.yaml delete mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/custom.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md delete mode 100644 .github/ISSUE_TEMPLATE/requirement delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md delete mode 100644 .github/invite-contributors.yml delete mode 100644 .github/settings.yml create mode 100644 packages/default.gbui/public/images/logo-gb.png 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 0000000000000000000000000000000000000000..77703d6dc5622ee1af350ee27e8dfcfb29dc876c GIT binary patch literal 3034 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 literal 0 HcmV?d00001 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