diff --git a/content/questions/foundations/question-104.md b/content/questions/foundations/question-104.md new file mode 100644 index 00000000..68f575c7 --- /dev/null +++ b/content/questions/foundations/question-104.md @@ -0,0 +1,12 @@ +--- +archetype: "questions" +title: "Question 104" +question: "If a GitHub Discussion is converted into an Issue and the issue is closed or referred to using its corresponding # number, will the discussion be modified?" +draft: false +--- + + +> https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue#creating-an-issue-from-discussion +1. [x] No +1. [ ] Yes +> When you "convert" a discussion into an Issue it essentially creates a new issue that is soft linked to the discussion and pre-fills the issue information. There isn't a bigger connection between them. diff --git a/content/questions/foundations/question-105.md b/content/questions/foundations/question-105.md new file mode 100644 index 00000000..1253669f --- /dev/null +++ b/content/questions/foundations/question-105.md @@ -0,0 +1,17 @@ +--- +archetype: "questions" +title: "Question 105" +question: "Which information can be found in the Pulse section in the Insights tab of a repository? (Choose three)" +draft: false +--- + + + + +> https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/using-pulse-to-view-a-summary-of-repository-activity +- [x] Pull requests open/merged ratio +- [x] Summary of repository activity +- [ ] Amount of code line additions and deletions +- [ ] List of issue discussions +- [x] List of unresolved conversations +- [ ] Amount of forks of the repo