Github user kinow commented on a diff in the pull request:

    https://github.com/apache/jena/pull/174#discussion_r81477978
  
    --- Diff: CONTRIBUTING.md ---
    @@ -0,0 +1,120 @@
    +Apache Jena : Contributing
    +==========================
    +
    +The project welcomes contributions, large and small, from anyone.
    +
    +The mailing list for project-wide discussions is [email protected] and 
all
    +development work happens in public, using that list.
    +
    +The processes described here are guidelines, rather than absolute
    +requirements.
    +
    +
    +## Contributions
    +
    +Contributions can be made by:
    +
    +* Github pull requests (preferred)
    +* JIRA and patches
    +* Other
    +
    +Contributions should include:
    +
    +* Tests
    +* Documentation as needed
    +
    +Documentation is kept and published with Apache's svnpubsub system:
    +
    +   https://svn.apache.org/repos/asf/jena/site/trunk
    +
    +## Workflow
    +
    +### JIRA
    +
    +The project uses a JIRA instance to track work.  Please create a JITA so
    +that we can track a contribution.
    +
    +   https://issues.apache.org/jira/browse/JENA
    +
    +### Github
    +
    +It is useful to create a JIRA then use teh JIRA number (e.g. JENA-9999)
    +in the Pull Request title. This activates the automated mirroring of
    +discussions onto the project developers mailing list.
    +
    +To make a contribution:
    +
    +* On github, fork http://github.com/apache/jena into you github account.
    +* Create a branch in your fork for hthe contribution.
    +* Make your changes. Include the Apache source header at the top of each 
file.
    +* Generate a pull request via github. Further changes to your branch will 
automatically
    +  show up in the pull request
    +
    +The project development mailing list is automatically notified of new pull
    +requests and JIRA ia also automatically updated if the JIRA id is in the 
pull request
    +title.
    +
    +### Discussion and Merging
    +
    +A project committer will review the contribution and coordinate any 
project-wide discussion
    +needed. Review and discussion of the pull request itself takes place on
    +github.
    +
    +The committer review guide:
    +
    +https://jena.apache.org/getting_involved/reviewing_contributions.html
    +
    +### Patches
    +
    +An alternative is to upload a patch/diff to JIRA.
    +
    +### Code
    +
    +Code style is about making the code clear for the next person
    +who looks at the code.
    +
    +The project prefers code to be formatted in the common java style with
    +sensible deviation for short forms.
    +
    +The project does not enforce a particular style but asks for:
    +
    +* Kernighan and Ritchie style "Egyptian brackets" braces.
    +* Spaces for indentation
    +* No `@author` tags.
    +* One statement per line
    +* Indent level 4 for Java
    +* Indent level 2 for XML
    +
    +See, for illustration:
    +https://google.github.io/styleguide/javaguide.html#s4-formatting
    +
    +The codebase has a long history - not all of it follows this style.
    +
    +The code should have no warnings, in particular, use `@Override` and types
    +for generics, and don't declared checked exceptions that are not used.
    +Use `@SuppressWarnings("unused")` as necessary.
    +
    +Please don't mix reformatting and functional changes; it makes it harder
    +to review.
    +
    +### Legal
    +
    +All contributions are understood to be made as contributions to the
    +Apache Software Foundation by the person makign the pull request. These
    +are then incorporated into the project codebase and licnesed under the
    --- End diff --
    
    s/licnesed/licensed


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to