diff --git a/instructions/instr.tex b/instructions/instr.tex index 5e1603f..565f87c 100644 --- a/instructions/instr.tex +++ b/instructions/instr.tex @@ -30,10 +30,25 @@ Instructions \newpage \pagenumbering{arabic} +\begin{center} +{\Huge Creating and Closing GitHub Issues} +\end{center} \section{Overview} -\subsection{} +GitHub provides a great tool for multi-user collaboration on software projects. +On top of the version control features, GitHub offers sophisticated issue +tracking integrated right in with the repository. Tracking issues makes it easy +to keep track of bugs, new feature ideas, and feedback from testers, all of +which help keep your project organized. In the next five steps, you will learn +how to create a new issues, assign an issue to a contributor, and mark an issue +as resolved. + This tutorial is for GitHub users who know how to create and use repositories, -but are unfamiliar with GitHub's issue tracking features. +but are unfamiliar with GitHub's issue tracking features. You need to have an +existing GitHub repository, a web browser, and a git client on your computer. +Once you're done, you'll be able add, manage, and close issues for every project +you have on GitHub. + +\section{Steps} \step{1}{Open your repository's Issues page} {\bf In this step, you will access the Issues page for your repository.}