aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJoe Chen <jc@unknwon.io>2021-12-23 15:51:57 +0800
committerGitHub <noreply@github.com>2021-12-23 15:51:57 +0800
commit37383d9a1fb90d91adfaf0d6adc33f17830c3e5b (patch)
tree8a331124e09dd34a896020991ea998886386a393 /.github
parent165d5051b5f21673715d5fe4febec73a3fea2b35 (diff)
chore: add missing period to contributing.md (#6690)
[skip ci]
Diffstat (limited to '.github')
-rw-r--r--.github/CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 606deeea..7b94119d 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -38,7 +38,7 @@ Before opening an issue, please make sure the problem you're encountering isn't
### Pick up an issue to solve
- Scan through our [existing issues](https://github.com/gogs/gogs/issues) to find one that interests you.
-- The [👋 good first issue](https://github.com/gogs/gogs/issues?q=is%3Aissue+is%3Aopen+label%3A%22%F0%9F%91%8B+good+first+issue%22) is a good place to start exploring issues that are well-groomed for newcomers
+- The [👋 good first issue](https://github.com/gogs/gogs/issues?q=is%3Aissue+is%3Aopen+label%3A%22%F0%9F%91%8B+good+first+issue%22) is a good place to start exploring issues that are well-groomed for newcomers.
- Do not hesitate to ask for more details or clarifying questions on the issue!
- Communicate on the issue you are intended to pick up _before_ starting working on it.
- Every issue that gets picked up will have an expected timeline for the implementation, the issue may be reassigned after the expected timeline. Please be responsible and proactive on the communication 🙇‍♂️