Browse Source

pull/4/head
Michael Jenkins 2 years ago
parent
commit
9f823d05e7
15 changed files with 0 additions and 34 deletions
  1. +0
    -0
      .github/CODEOWNERS
  2. +0
    -34
      .github/ISSUE_TEMPLATE.md
  3. +0
    -0
      .github/PULL_REQUEST_TEMPLATE.md
  4. +0
    -0
      .github/workflows/main.yml
  5. +0
    -0
      .gitignore
  6. +0
    -0
      CONTRIBUTING.md
  7. +0
    -0
      LICENSE
  8. +0
    -0
      MAC_LINUX_DOCKER.md
  9. +0
    -0
      NOTES.md
  10. +0
    -0
      NOTICE
  11. +0
    -0
      README.md
  12. +0
    -0
      WINDOWS.md
  13. +0
    -0
      pom.xml
  14. +0
    -0
      src/main/java/com/learningjenkins/App.java
  15. +0
    -0
      src/test/java/com/learningjenkins/AppTest.java

+ 0
- 0
.github/CODEOWNERS View File


+ 0
- 34
.github/ISSUE_TEMPLATE.md View File

@ -1,34 +0,0 @@
<!--
BEFORE POSTING YOUR ISSUE:
- These comments won't show up when you submit the issue.
- Please use the sections below to provide information about the issue.
- Be specific: Add as much detail as possible.
-->
## Issue Overview
<!-- A brief overview of the issue --->
## Describe your environment
<!-- Provide details about your environment: what editor, browser, and other software you are using and any other specifics to your setup -->
## Steps to Reproduce
<!-- Provide an unambiguous set of steps to reproduce this bug. Include code to reproduce, if relevant. Include a live link if available. -->
1.
2.
3.
4.
## Expected Behavior
<!-- What behavior did you expect? -->
## Current Behavior
<!-- What happened instead of the expected behavior? Describe the difference. -->
## Possible Solution
<!-- Optional: Do you have a fix or a suggestion on how to fix the issue? -->
## Screenshots / Video
<!-- Optional: Add any screenshots or video of the issue if available. -->
## Related Issues
<!-- List related issues -->

+ 0
- 0
.github/PULL_REQUEST_TEMPLATE.md View File


+ 0
- 0
.github/workflows/main.yml View File


+ 0
- 0
.gitignore View File


+ 0
- 0
CONTRIBUTING.md View File


+ 0
- 0
LICENSE View File


+ 0
- 0
MAC_LINUX_DOCKER.md View File


+ 0
- 0
NOTES.md View File


+ 0
- 0
NOTICE View File


+ 0
- 0
README.md View File


+ 0
- 0
WINDOWS.md View File


+ 0
- 0
pom.xml View File


+ 0
- 0
src/main/java/com/learningjenkins/App.java View File


+ 0
- 0
src/test/java/com/learningjenkins/AppTest.java View File


Loading…
Cancel
Save