Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test with Template #6

Closed
wants to merge 62 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
99ba9fc
Create main.yml
georgenalen Sep 24, 2020
9884a82
Update main.yml
georgenalen Sep 24, 2020
40b77a2
Update main.yml
georgenalen Sep 24, 2020
615ecf9
Update main.yml
georgenalen Sep 24, 2020
5703217
Update main.yml
georgenalen Sep 24, 2020
0818673
Update main.yml
georgenalen Sep 24, 2020
aa5912c
Update main.yml
georgenalen Sep 24, 2020
aa9a466
Update main.yml
georgenalen Sep 24, 2020
02c9370
Update main.yml
georgenalen Sep 24, 2020
a11450c
Update main.yml
georgenalen Sep 24, 2020
6080d9b
Update main.yml
georgenalen Sep 25, 2020
5a42b59
Create main2.yml
georgenalen Sep 25, 2020
ed825d0
Update main.yml
georgenalen Sep 25, 2020
ce8fbf5
Update main.yml
georgenalen Sep 25, 2020
9db73e8
Update main.yml
georgenalen Sep 25, 2020
21ec37b
Update main.yml
georgenalen Sep 25, 2020
bcd4f05
Update main.yml
georgenalen Sep 25, 2020
4bc06a0
Delete main2.yml
georgenalen Sep 25, 2020
6ac3361
Update main.yml
georgenalen Sep 25, 2020
0fa61b2
Update main.yml
georgenalen Sep 25, 2020
34ed300
Update main.yml
georgenalen Sep 25, 2020
31f24f5
Update main.yml
georgenalen Sep 25, 2020
23223f1
Update main.yml
georgenalen Sep 25, 2020
3664efb
Merge pull request #1 from georgenalen/georgenalen
georgenalen Sep 25, 2020
1e4db1e
Update README.md
georgenalen Sep 28, 2020
7e11af7
Update README.md
georgenalen Sep 28, 2020
73a5bf1
Update README.md
georgenalen Sep 28, 2020
2bf1c72
Update README.md
georgenalen Sep 28, 2020
95c25ef
ec2 test1
georgenalen Oct 8, 2020
c10398f
ec2 test2
georgenalen Oct 8, 2020
889a46a
ec2 test 4
Oct 8, 2020
74e7e3b
Create .gitignore
georgenalen Oct 28, 2020
e5107a4
Update .gitignore
georgenalen Oct 28, 2020
f25f2cb
Update .gitignore
georgenalen Oct 28, 2020
c998a29
removed following of .github folder
georgenalen Oct 28, 2020
624226a
test
georgenalen Oct 28, 2020
2f4150a
Update README.md
georgenalen Nov 12, 2020
c01f542
Update README.md
georgenalen Nov 12, 2020
2dff92f
Update README.md
georgenalen Nov 12, 2020
9875245
Update README.md
georgenalen Nov 12, 2020
8ceae11
Update README.md
georgenalen Nov 12, 2020
d4fa809
Update README.md
georgenalen Nov 12, 2020
0b9b3c8
Update README.md
georgenalen Nov 12, 2020
694c2f3
Update README.md
georgenalen Mar 3, 2021
d6f7239
Update README.md
georgenalen Mar 3, 2021
7070230
Update README.md
georgenalen Mar 3, 2021
e2dc00d
Update issue templates
georgenalen May 6, 2021
5512a40
Update to bug template
georgenalen May 6, 2021
79c0613
Update issue templates
georgenalen May 6, 2021
dd5c59e
Update issue templates
georgenalen May 6, 2021
5ce2232
updated template
georgenalen May 6, 2021
c78914e
test
georgenalen Aug 24, 2021
b1ea265
Added PR Template
georgenalen Aug 30, 2021
a17f66b
Rename pull_request.md to pull_request_template.md
georgenalen Aug 30, 2021
27930e4
Delete .github/PR_TEMPLATE directory
georgenalen Aug 30, 2021
e4a4126
Add files via upload
georgenalen Aug 30, 2021
5ac1c4b
Update pull_request_template.md
georgenalen Aug 30, 2021
58e7065
Update pull_request_template.md
georgenalen Aug 30, 2021
74d387c
Add files via upload
georgenalen Aug 30, 2021
75ab52a
Delete test2.yml
georgenalen Aug 30, 2021
e07eff0
Delete test1.yml
georgenalen Aug 30, 2021
7ccb61f
Delete .github/PULL_REQUEST_TEMPLATE directory
georgenalen Aug 30, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Issue report
about: Create a report to help us improve
title: 'blah1'
labels: bug
assignees: ''

---

**Describe the Issue**
A clear and concise description of what the bug is.

**Expected Behavior**
A clear and concise description of what you expected to happen.

**Actual Behavior**
A clear and concise description of what's happening.

**Control(s) Affected**
What controls are being affected by the issue

**Environment (please complete the following information):**
- Ansible Version: [e.g. 2.10]
- Host Python Version: [e.g. Python 3.7.6]
- Ansible Server Python Version: [e.g. Python 3.7.6]
- Additional Details:

**Additional Notes**
Anything additional goes here

**Possible Solution**
Enter a suggested fix here
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request-or-enhancement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Feature Request or Enhancement
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''

---

**Feature Request or Enhancement**
- Feature []
- Enhancement []

**Summary of Request**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Suggested Code**
Please provide any code you have in mind to fulfill the request
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Question
about: Ask away.......
title: ''
labels: question
assignees: ''

---

**Question**
Pose question here.

**Environment (please complete the following information):**
- Ansible Version: [e.g. 2.10]
- Host Python Version: [e.g. Python 3.7.6]
- Ansible Server Python Version: [e.g. Python 3.7.6]
- Additional Details:
9 changes: 9 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
**Overall Review of Changes**
A general description of the changes made that are being requested for merge

**Any Related Open Issues**
Please list any open issues this PR addresses

**How as this been tested?**
Please give an overview of how these changes were tested. If they were not please use N/A

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.github/
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[ci](https://github.com/georgenalen/test_project/workflows/ci/badge.svg?branch=devel&event=push)
;aklsdjf;lasdjf;
RHEL 8 DISA STIG

================

[![pipeline status](https://gitlab.com/mindpointgroup/lockdown-enterprise/rhel-8-stig/badges/master/pipeline.svg)](https://gitlab.com/mindpointgroup/lockdown-enterprise/rhel-8-stig/commits/master)
![pipeline status](https://img.shields.io/github/workflow/status/ansible-lockdown/RHEL8-CIS/CommunityToDevel?style=plastic)
![Release version](https://img.shields.io/github/v/release/ansible-lockdown/RHEL7-STIG?style=plastic)

Configure a RHEL 8 system to be DISA STIG compliant. All findings will be audited by default. Non-disruptive CAT I, CAT II, and CAT III findings will be corrected by default. Disruptive finding remediation can be enabled by setting `rhel8stig_disruption_high` to `yes`.

Expand Down