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
20 changes: 20 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

## Goal
<!-- What does this PR accomplish? 1 sentence. -->
Complete lab 1 DevOps

## Changes
* Add SSH key (github profile + locally)
* New branch feature/lab1
* Start submission lab1
* Finish submission lab1

## Testing
<!-- How did you verify it? -->
* Signature ``` git log --show-signature -1 ``` is Good and verified
* Testing methods curl

## Checklist
- ☑️ Title is a clear sentence (≤ 70 chars)
- ☑️ Commits are signed (`git log --show-signature`)
- ☑️ `submissions/lab1.md` updated