From da000a6640c369f8b2fef492c2c8e35b694c0142 Mon Sep 17 00:00:00 2001 From: u228298 Date: Tue, 10 Dec 2024 18:21:44 +0100 Subject: [PATCH 1/2] doc: typo in readme Signed-off-by: u228298 --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 9a1b3b0..6805120 100644 --- a/README.md +++ b/README.md @@ -138,8 +138,6 @@ including how to submit bug reports, feature requests, and pull requests. The [Coding Standards](CODING_STANDARDS.md) outline best practices and rules to follow when coding. Details on releasing are described in the [Release](RELEASE.md) document. -## Continuous Integration - ## License This project is licensed under GNU [GPL-3.0](LICENSE). From 063cfa5f126b89d6e834a773d8ad076f654c6348 Mon Sep 17 00:00:00 2001 From: u228298 Date: Tue, 10 Dec 2024 18:22:09 +0100 Subject: [PATCH 2/2] doc: update issue templates and pull request template Signed-off-by: u228298 --- .github/ISSUE_TEMPLATE/bug_report.md | 5 ----- .github/ISSUE_TEMPLATE/config.yml | 12 ------------ .github/pull_request_template.md | 6 ------ 3 files changed, 23 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5b50106..4d81c66 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -30,8 +30,3 @@ assignees: '' **Screenshots** - ---- -title: 'Bug: ' -labels: 'bug' -assignees: '' \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 1bb11c7..0000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Issue Templates -description: Choose an issue template to use. -labels: - - bug - - enhancement -templates: - - name: Bug Report - path: bug_report.md - description: Create a report to help us fix a bug. - - name: Feature Request - path: feature_request.md - description: Suggest an idea for a new feature or enhancement. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5c7a08b..af8dc96 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,9 +1,3 @@ ---- -title: '<type>: <subject>' -labels: '' -assignees: '' ---- - <!-- Thank you for your contribution. Please use this template to help guide you towards preparing a PR that fulfills our merge requirements.