Skip to content

Commit

Permalink
Test-frame -> data-generator
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Stejskal <[email protected]>
  • Loading branch information
Frawless committed Jul 12, 2024
1 parent e28eba5 commit e4f81f3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
required: false
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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.
url: https://github.com/skodjob/data-generator/discussions
about: Please ask and discuss questions here.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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!
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

0 comments on commit e4f81f3

Please sign in to comment.