Skip to content
Open
Changes from all commits
Commits
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
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/cps-change.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: CP/CPS Change Request
description: Suggest a change to the Let's Encrypt CP/CPS
type: bug
body:
- type: input
id: version
attributes:
label: CP/CPS Version
description: What is the current CP/CPS version number?
placeholder: "5.9"
validations:
required: true
- type: dropdown
id: sections
attributes:
label: Sections
description: What sections does your change affect?
multiple: true
options:
- 0. Whole Document
- 1. Introduction
- 2. Publication and Repository Responsibilities
- 3. Identification and Authentication
- 4. Certificate Life-Cycle Operational Requirements
- 5. Facility, Management, and Operational Controls
- 6. Technical Security Controls
- 7. Certificate, CRL, and OCSP Profiles
- 8. Compliance Audit and Other Assessments
- 9. Other Business and Legal Matters
validations:
required: true
- type: textarea
id: body
attributes:
label: What is your proposed change?
placeholder: If your proposal touches Section 9 "Other Business and Legal Matters", strongly consider consulting counsel before describing it here.
validations:
required: true
Loading