This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git
The following commit(s) were added to refs/heads/master by this push:
new 5baa906 Contributing - try and fix syntax
5baa906 is described below
commit 5baa90636dbfdbe0b2a1d1ee111a70cadebae596
Author: Robert Munteanu <[email protected]>
AuthorDate: Tue Jun 30 13:17:59 2020 +0200
Contributing - try and fix syntax
---
src/main/jbake/content/contributing.md | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/src/main/jbake/content/contributing.md
b/src/main/jbake/content/contributing.md
index 108b7bd..bbf5c5f 100644
--- a/src/main/jbake/content/contributing.md
+++ b/src/main/jbake/content/contributing.md
@@ -54,12 +54,10 @@ works and how its projects are structured - and don't
hesitate to ask on our
For non-trivial commits a Jira issue is required. Once the Jira issue is
created, the commit message must include the Jira issue key
and the summary as the first line, followed by an optional description of the
fix. For example:
-```
-SLING-1234 - Fix NPE in FooImpl
+ SLING-1234 - Fix NPE in FooImpl
-When the FooImpl is reconfigured the bar field can be set to null, so check
-against null values.
-```
+ When the FooImpl is reconfigured the bar field can be set to null, so check
+ against null values.
#### Pull request changes