diff options
author | Mariatta Wijaya <Mariatta@users.noreply.github.com> | 2022-04-20 19:18:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-20 19:18:30 (GMT) |
commit | d608a0126eca0e04e03e2a7c333b26394d657f2f (patch) | |
tree | 36d31923be1fc5883749f4b1a5b05abd9839397c | |
parent | 7cdaf87ec50f76c934ba651256484c4624b84ef2 (diff) | |
download | cpython-d608a0126eca0e04e03e2a7c333b26394d657f2f.zip cpython-d608a0126eca0e04e03e2a7c333b26394d657f2f.tar.gz cpython-d608a0126eca0e04e03e2a7c333b26394d657f2f.tar.bz2 |
Fix typo in GH Issue template (GH-91759)
Typo in the word enhancement.
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index 75ef03b..635ea43 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -10,7 +10,7 @@ labels: "type-feature" **Pitch** -(Explain why this feature or enhacement should be implemented and how it would be used. +(Explain why this feature or enhancement should be implemented and how it would be used. Add examples, if applicable.) **Previous discussion** @@ -25,4 +25,4 @@ labels: "type-feature" <!-- You can freely edit this text. Remove any lines you believe are unnecessary. --->
\ No newline at end of file +--> |