From e4f81f3c58c179b56e7b521b32e5d75d996fd191 Mon Sep 17 00:00:00 2001 From: Jakub Stejskal Date: Fri, 12 Jul 2024 10:06:50 +0200 Subject: [PATCH] Test-frame -> data-generator Signed-off-by: Jakub Stejskal --- .github/ISSUE_TEMPLATE/bug_report.yml | 10 +++++----- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- CONTRIBUTING.md | 6 +++--- SECURITY.md | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index de9ce13..989f319 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -6,7 +6,7 @@ labels: ['bug', 'needs-triage'] body: - type: markdown attributes: - value: _Please use this only for bug reports. For questions or when you need help, you can use the [GitHub Discussions](https://github.com/skodjob/test-frame/discussions)._ + value: _Please use this only for bug reports. For questions or when you need help, you can use the [GitHub Discussions](https://github.com/skodjob/data-generator/discussions)._ - type: textarea attributes: label: Bug Description @@ -22,10 +22,10 @@ body: validations: required: false - type: input - id: test-frame-version + id: data-generator-version attributes: - label: TEST-FRAME version - description: Test-Frame version where the bug occurred + label: DATA-GENERATOR version + description: Data-Generator version where the bug occurred placeholder: e.g. main, 0.1.0 validations: required: true @@ -51,4 +51,4 @@ body: description: Any additional context related to the problem placeholder: Add any other context about the problem here. validations: - required: false \ No newline at end of file + required: false diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 8b2e987..71e3407 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: true contact_links: - name: Questions and Discussions - url: https://github.com/skodjob/test-frame/discussions - about: Please ask and discuss questions here. \ No newline at end of file + url: https://github.com/skodjob/data-generator/discussions + about: Please ask and discuss questions here. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 423c46a..986149f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ -# Contributing to Test Frame +# Contributing to Data Generator -First off, thanks for taking the time to contribute! 🎉👍 The following is a set of guidelines for contributing to the Test Frame repository. +First off, thanks for taking the time to contribute! 🎉👍 The following is a set of guidelines for contributing to the Data Generator repository. ## Code of Conduct @@ -49,4 +49,4 @@ Please follow the existing code style and conventions used in the project. This - [GitHub Help](https://help.github.com/) - [Understanding the GitHub Flow](https://guides.github.com/introduction/flow/) -Thank you for contributing to Test Frame! +Thank you for contributing to Data Generator! diff --git a/SECURITY.md b/SECURITY.md index 71956eb..e230ce8 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -38,4 +38,4 @@ We are committed to keeping our users safe and will do our utmost to address all - [CVE Details](https://www.cvedetails.com/) - [National Vulnerability Database](https://nvd.nist.gov/) -Thank you for helping us keep Test Frame secure! +Thank you for helping us keep Data Generator secure!