Skip to content
This repository was archived by the owner on Sep 22, 2022. It is now read-only.

champtc/rdf4j

 
 

Repository files navigation

Welcome to the Eclipse rdf4j repository

This is the main code repository for the Eclipse rdf4j project.

user documentation and downloads of the latest release.

Keen to contribute?

We welcome contributions! To get started, please first read our Contributor guidelines.

The short version:

  1. Digitally sign the Eclipse Contributor Agreement (ECA). You can do this by logging into the Eclipse projects forge; click on "Eclipse Contributor Agreement"; and Complete the form. Be sure to use the same email address when you register for the account that you intend to use on Git commit records. See the ECA FAQ for more info.
  2. Create an issue in the issue tracker that describes your improvement, new feature, or bug fix.
  3. Fork the GitHub repository.
  4. Create a new branch (starting from master) for your changes.
  5. Make your changes on this branch. Apply the rdf4j code formatting guidelines. Don't forget to include unit tests.
  6. sign off every commit (using the -s flag).
  7. Run mvn verify from the project root to make sure all tests succeed (both your own new ones, and existing).
  8. Use meaningful commit messages and include the issue number in each commit message.
  9. Once your fix is complete, put it up for review by opening a Pull Request against the master branch in the central Github repository.

These steps are explained in more detail in the Contributor guidelines.

About

RDF4J Project

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 94.3%
  • JavaScript 3.2%
  • XSLT 1.2%
  • TypeScript 0.5%
  • HTML 0.3%
  • Ruby 0.3%
  • Other 0.2%