neo4j-examples/neo4j-sdn-ogm-issue-report-template

Name: neo4j-sdn-ogm-issue-report-template

Owner: Neo4j Examples

Description: Quickly create example test-cases to reproduce your issues for reporting for Spring-Data-Neo4j in JIRA https://jira.spring.io/browse/DATAGRAPH and Neo4j-OGM on GitHub: http://github.com/neo4j/neo4j-ogm/issues

Forked from: nmervaillie/neo4j-ogm-bug-test-case-template

Created: 2017-05-16 19:43:11.0

Updated: 2018-05-19 10:29:03.0

Pushed: 2018-01-19 14:33:26.0

Homepage:

Size: 80

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Welcome!

This repository is designed to allow Spring Data Neo4j and OGM users and team members to contribute self-contained projects reproducing issues logged in the issue tracker at https://jira.spring.io and https://github.com/neo4j/neo4j-ogm/issues.
It offers the following advantages :

All around a better way of interacting with the Spring Data Neo4j team.

Logging an issue against Spring's JIRA issue tracker
  1. First, search SDN JIRA or OGM issue tracker to see if your issue has already been reported. If so, there may already be a reproduction issue in this repository!
  2. If after searching an issue does not already exist, create a new issue
    • You will now have an issue named, for example, “DATAGRAPH-123”. Make note of this, as you'll need it below when creating your project.
Using this repository to demonstrate the issue

Assuming you've encountered and created an issue in the issue tracker you can now add a project to demonstrate it.

First-time setup
  1. Create a Github account if you don't already have one
  2. Fork this repository and clone it locally
Create a project that reproduces your issue

The idea is to create the smallest possible project to demonstrate the issue. The project may be built with Maven and must contain only sources, XML and other necessary text files. No JARs, please!

For the purpose of these instructions, we'll assume your new JIRA issue ID is “DATAGRAPH-123”

Steps

1. In your local clone of this repository, create a copy of the appropriate template directory.

For SDN 5.x issues:

eo4j-ogm-bug-test-case-template
eate-repro-project.sh sdn-5.x DATAGRAPH-123

For SDN 4.2 issues:

eo4j-ogm-bug-test-case-template
eate-repro-project.sh sdn-4.2 DATAGRAPH-123

For SDN 4.1 issues:

eo4j-ogm-bug-test-case-template
eate-repro-project.sh sdn-4.1 DATAGRAPH-123

For OGM 2.x issues:

eo4j-ogm-bug-test-case-template
eate-repro-project.sh ogm-2.x issue-123

For SDN with Spring Boot 1.5 issues:

eo4j-ogm-bug-test-case-template
eate-repro-project.sh boot-1.5 DATAGRAPH-123

For SDN with Spring Boot 1.4 issues:

eo4j-ogm-bug-test-case-template
eate-repro-project.sh boot-1.4 DATAGRAPH-123

For SDN with Spring Boot 2.0 issues:

eo4j-ogm-bug-test-case-template
eate-repro-project.sh boot-2.0 DATAGRAPH-123

2. Review the list of dependencies and version numbers and modify the pom.xml as necessary.

3. Import the project into your IDE and modify it as necessary to reproduce your issue.

4. Add, commit, and push your local fork

add DATAGRAPH-123
commit -m "Add repro project for DATAGRAPH-123"
push

5. Send a pull request from the Github web interface

… and that's it!

FAQ
What if my issue is not a bug, but an improvement or new feature request?

In certain cases, it may make sense to submit a project for improvement requests. Feel free to submit a project here for your issue if you think it will help us to understand the scenario better.

What about patches against Spring Data Neo4j itself? Should I still attach those to my JIRA issue?

Yes, patches against JIRA will always be supported, but keep in mind that the Spring Data Neo4j project itself is hosted on GitHub as well, and pull requests are even better! See the “Contributing” section of the Spring Data Neo4j readme for details.

Can I still attach .zip files to my JIRA issue? Is it required to use this repository?

Yes, you may still attach zip files if it works best for you. Submitting pull requests against this repository as described above is the mechanism that the SDN team prefers, but what's most important is that we get code from you that reproduces the problem! Please consider this approach, but zip files are still OK.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.