Skip to content

Commit beb33f0

Browse files
authored
docs: ask contributors to coordinate before starting on an issue (aquasecurity#10940)
1 parent 19f2ddc commit beb33f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/community/contribute

docs/community/contribute/pr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Thank you for taking interest in contributing to Trivy!
22

33
1. Every Pull Request should have an associated GitHub issue link in the PR description. Note that issues are created by Trivy maintainers based on feedback provided in a GitHub discussion. Please refer to the [issue](./issue.md) and [discussion](./discussion.md) pages for explanation about this process. If you think your change is trivial enough, you can skip the issue and instead add justification and explanation in the PR description.
4+
1. Once you've picked an issue to work on, please check the existing open PRs to make sure no one is already solving it, and leave a comment on the issue saying you're taking it. This lets maintainers assign the issue to you and tells other contributors it's already being worked on, which helps everyone avoid duplicating the same work.
45
1. Your PR is more likely to be accepted if it focuses on just one change.
56
1. There's no need to add or tag reviewers.
67
1. If a reviewer commented on your code or asked for changes, please remember to respond with a comment. Do not mark the discussion as resolved. It's up to the reviewer to mark it resolved (in case the suggested fix addresses the problem properly). PRs with unresolved issues should not be merged (even if the comment is unclear or requires no action from your side).
@@ -239,4 +240,3 @@ Trivy is composed of several repositories that work together:
239240
- [vuln-list](https://github.com/aquasecurity/vuln-list) is a vulnerability database, aggregated from different sources, and normalized for easy consumption. Think of this as the "server" side of the trivy command line tool. **There should be no pull requests to this repo**
240241
- [vuln-list-update](https://github.com/aquasecurity/vuln-list-update) is the code that maintains the vuln-list database.
241242
- [trivy-db](https://github.com/aquasecurity/trivy-db) maintains the vulnerability database pulled by Trivy CLI.
242-
- [go-dep-parser](https://github.com/aquasecurity/go-dep-parser) is a library for parsing lock files such as package-lock.json and Gemfile.lock.

0 commit comments

Comments
 (0)