From bd646c1d1506325ea50d5d30cbbacced02d94d2a Mon Sep 17 00:00:00 2001 From: Jason Harper Date: Thu, 25 Jul 2024 15:43:15 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 12059c8..2b1f1ee 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,6 +4,10 @@ PerfSpect is licensed under the terms in [LICENSE](./LICENSE). By contributing to the project, you agree to the license and copyright terms therein and release your contribution under these terms. +### Significant Feature Additions + +Plans for significant changes and/or additions must be raised and discussed with the project Maintainer(s) via GitHub Issues before work begins. If features require additional validation, e.g., support for additional architectures, a validation plan will be required. Finally, a named and committed maintainer for the additional functionality is required. + ### Sign your work Please use the sign-off line at the end of the patch. Your signature certifies that you wrote the patch or otherwise have the right to pass it on as an open-source patch. The rules are pretty simple: if you can certify @@ -54,4 +58,4 @@ Then you just add a line to every git commit message: Use your real name (sorry, no pseudonyms or anonymous contributions.) If you set your `user.name` and `user.email` git configs, you can sign your -commit automatically with `git commit -s`. \ No newline at end of file +commit automatically with `git commit -s`.