This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/storm-site.git
The following commit(s) were added to refs/heads/main by this push:
new 9dd899d5e9 Remove references to Jira
9dd899d5e9 is described below
commit 9dd899d5e98592694ad81af2b732fb94d2d2be8b
Author: Richard Zowalla <[email protected]>
AuthorDate: Fri May 2 20:38:05 2025 +0200
Remove references to Jira
---
contribute/Contributing-to-Storm.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contribute/Contributing-to-Storm.md
b/contribute/Contributing-to-Storm.md
index 511501c122..eec8531093 100644
--- a/contribute/Contributing-to-Storm.md
+++ b/contribute/Contributing-to-Storm.md
@@ -22,7 +22,7 @@ For small patches, feel free to submit pull requests directly
for them. For larg
2. Comment on the issue with your plan for implementing the issue. Explain
what pieces of the codebase you're going to touch and how everything is going
to fit together.
3. Storm committers will iterate with you on the design to make sure you're on
the right track
4. Read through the developer documentation on how to build, code style,
testing, etc
[DEVELOPER.md](https://github.com/apache/storm/blob/master/DEVELOPER.md)
-5. Implement your issue, submit a pull request prefixed with the JIRA ID (e.g.
"STORM-123: add new feature foo"), and iterate from there.
+5. Implement your issue, submit a pull request prefixed with the issue id
(e.g. "#123: add new feature foo"), and iterate from there.
### Contributing documentation