Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit 278c404

Browse files
author
Mashiro
authored
Update repository files (#29)
1 parent e54543a commit 278c404

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/pull_request_template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
- [ ] No sensitive information is exposed.
77
- [ ] Relevant comments have been added.
88

9-
### GitHub Copilot Disclaimer
10-
*The use of GitHub Copilot is **strictly prohibited** on this repository.*
9+
### Code Generators
10+
*The use of GitHub Copilot or ChatGPT is **strictly prohibited** on this repository.*
1111

12-
- [ ] This pull does not use GitHub Copilot.
12+
- [ ] This pull does not use GitHub Copilot or ChatGPT.
1313

1414
### Changes Made
1515
*List any changes made and/or other relevant issues.*

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,10 @@ ThrottledHandler throttled = new ThrottledHandler(new ServerExchangeThrottler(),
112112
<!-- Copilot -->
113113
<table>
114114
<img alt="GitHub Copilot" align="left" src="https://raw.githubusercontent.com/Katsute/Repository-Manager/main/assets/copilot-dark.png#gh-dark-mode-only" width="50">
115+
<img alt="Open AI" align="left" src="https://raw.githubusercontent.com/Katsute/Repository-Manager/main/assets/openai-dark.png#gh-dark-mode-only" width="50">
115116
<img alt="GitHub Copilot" align="left" src="https://raw.githubusercontent.com/Katsute/Repository-Manager/main/assets/copilot-light.png#gh-light-mode-only" width="50">
116-
<p>GitHub Copilot is <b>strictly prohibited</b> on this repository.<br>Pulls using this will be rejected.</p>
117+
<img alt="Open AI" align="left" src="https://raw.githubusercontent.com/Katsute/Repository-Manager/main/assets/openai-light.png#gh-light-mode-only" width="50">
118+
<p>GitHub Copilot and ChatGPT are <b>strictly prohibited</b> on this repository.
117119
</table>
118120
<!-- Copilot -->
119121

0 commit comments

Comments
 (0)