From ca00746095d765aa16dc0b35a5517662207a7b9d Mon Sep 17 00:00:00 2001 From: Luximus Date: Tue, 19 Nov 2024 14:12:26 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=97=91=EF=B8=8F=20remove=20depen?= =?UTF-8?q?dabot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit package versions are set by expo, dependabot tries to update them --- .github/dependabot.yml | 9 ------- .github/pull_request_template.md | 45 -------------------------------- 2 files changed, 54 deletions(-) delete mode 100644 .github/dependabot.yml delete mode 100644 .github/pull_request_template.md diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 0bc8f03c..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,9 +0,0 @@ -# Please see the documentation for all configuration options: -# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - -version: 2 -updates: - - package-ecosystem: 'npm' - directory: '/' # Location of package manifests - schedule: - interval: 'weekly' diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 4d7651f8..00000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,45 +0,0 @@ -Description of your PR. - -## Definition of Done - -### Designs - -- [ ] The new changes are documented in the functional & technical designs. - -### Development and Testing - -- [ ] The new functionality has been tested by at least one of the other team members, and all tests are successful. -- [ ] The test results are added to the test report documentation. -- [ ] The implemented User Story complies with its acceptance criteria. -- [ ] The new functionality is reviewed by at least two other team members. -- [ ] The new functionality is compliant with the rules of chapter 6.2 Quality in the project plan. -- [ ] The translations have been updated. Both the German and Dutch translations are up-to-date. - -### Unit, component & E2E testing - -- [ ] Unit tests are written for the general purpose code, e.g. libraries or utility methods -- [ ] Component tests are written for standalone components, e.g. Buttons, Alerts -- [ ] E2E tests are written for pages, e.g. the home page -- [ ] E2E tests: Components use the "testID" attribute for testing - -### App testing - -Build the app and test it on your phone. -This is important, because we've on a regular basis issues with the app on mobile phones, but not with the website. - -- [ ] Everything works as expected -- [ ] No weird usability bugs -- [ ] No errors or warnings during the tests -- [ ] The browser console does not show any new errors or warnings (e.g. TouchableOpacity is deprecated) - -### Test app deployment - -To prevent issues with the app deployment, it is highly recommended to test the app deployment at least once a day. - -- [ ] The app is deployed to the test environment -- [ ] The build and deployment is successful -- [ ] The app is fully working on the test environment - ---- - -Please ensure that all the checkboxes are ticked before submitting the pull request.