-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added quiz about GitHub project automation
- Loading branch information
Showing
3 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
const rawQuizdown = ` | ||
# Assume a ticket is converted to an issue. Given the following project workflow, select the true statement: | ||
![](../../../../img/github-projects.png) | ||
1. [x] When the issue is closed, the ticket will automatically be moved to the "Done" column | ||
1. [ ] When the ticket is moved to the "Done" column, the issue will automatically be closed | ||
> Not quite. Typically the issue *would* close (if the repo settings were configured right and the PR referenced it), but not because of this workflow | ||
1. [ ] Both are true | ||
1. [ ] Neither are true | ||
`; | ||
|
||
export { rawQuizdown } |