https://github.com/jmini/issue-model
Simplified model to represent issues (based on https://github.com/jenkinsci/analysis-model)
https://github.com/jmini/issue-model
Last synced: about 2 months ago
JSON representation
Simplified model to represent issues (based on https://github.com/jenkinsci/analysis-model)
- Host: GitHub
- URL: https://github.com/jmini/issue-model
- Owner: jmini
- License: epl-2.0
- Created: 2019-05-07T05:30:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-17T06:56:36.000Z (over 5 years ago)
- Last Synced: 2024-10-06T03:03:47.146Z (8 months ago)
- Language: Java
- Size: 337 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
//tag::vardef[]
:gh-repo-owner: jmini
:gh-repo-name: issue-model
:project-name: Issue Model
:branch: master
:twitter-handle: j2r2b
:license: https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
:license-name: Eclipse Public License - v 2.0:git-repository: {gh-repo-owner}/{gh-repo-name}
:homepage: https://{gh-repo-owner}.github.io/{gh-repo-name}
:issues: https://github.com/{git-repository}/issues
//end::vardef[]//tag::header[]
= {project-name}
Jeremie BressonSimplified model to represent issues (based on Jenkins link:https://github.com/jenkinsci/analysis-model[analysis-model])
//end::header[]image:https://circleci.com/gh/{gh-repo-owner}/{gh-repo-name}.svg?style=svg["CircleCI", link="https://circleci.com/gh/{gh-repo-owner}/{gh-repo-name}"]
== Project Homepage
Visit the link:{homepage}[project home page] to know more this project.
//tag::contact-section[]
== Get in touchUse the link:{issues}[{project-name} issue tracker] on GitHub.
You can also contact me on Twitter: link:https://twitter.com/{twitter-handle}[@{twitter-handle}]
//end::contact-section[]//tag::license-section[]
== Licenselink:{license}[{license-name}]
//end::license-section[]