From 5316e585557e6bfd946bcb8fc1398e1c12740054 Mon Sep 17 00:00:00 2001 From: Daniel Appelquist Date: Tue, 17 Dec 2024 16:05:30 +0000 Subject: [PATCH] Add invitation to open issues (#524) * Add invitation to open issues Add an invitation to open issues to the regexp summary doc Signed-off-by: Daniel Appelquist * Update docs/Correctly-Using-Regular-Expressions.md Co-authored-by: Chris de Almeida Signed-off-by: Daniel Appelquist * Update docs/Correctly-Using-Regular-Expressions.md Signed-off-by: Daniel Appelquist --------- Signed-off-by: Daniel Appelquist Signed-off-by: David A. Wheeler Co-authored-by: Chris de Almeida Co-authored-by: David A. Wheeler --- docs/Correctly-Using-Regular-Expressions.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/Correctly-Using-Regular-Expressions.md b/docs/Correctly-Using-Regular-Expressions.md index 49c85725..cc0b0977 100644 --- a/docs/Correctly-Using-Regular-Expressions.md +++ b/docs/Correctly-Using-Regular-Expressions.md @@ -131,4 +131,10 @@ For detailed rationale, along with other information such as contributor credits Our thanks to Seth Larson, whose article [Seth Larson’s Regex character “$” doesn't mean “end-of-string”](https://sethmlarson.dev/regex-$-matches-end-of-string-or-newline) raised awareness of some of the problems dicussed here. +## Contributions and Corrections Welcome + +If you have any additions, changes, or corrections you'd like to suggest, please [open an issue](https://github.com/ossf/wg-best-practices-os-developers/issues) or [create a pull request](https://github.com/ossf/wg-best-practices-os-developers/pulls). We appreciate your contributions! + +## License + This document is released under the [Creative Commons CC-BY-4.0 license](https://creativecommons.org/licenses/by/4.0/).