-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontributing.tex
More file actions
39 lines (38 loc) · 1.42 KB
/
contributing.tex
File metadata and controls
39 lines (38 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
\section{Contributing}
\begin{frame}[fragile]{Contributing}
\begin{itemize}
\item All software has bugs
\item \Queso\ is open source software, so it is free
\item Free means you don't have to pay for it (beer)
\item Free also means you are free to play with the source code yourself
(speech)
\item If you use \Queso\ and you need help, please email the users mailing
list
\begin{itemize}
\item \url{queso-users@googlegroups.com}
\end{itemize}
\item To stay apprised of new releases or discuss future directions email
the developers list
\begin{itemize}
\item \url{queso-dev@googlegroups.com}
\end{itemize}
\item You can also help others that ask questions on these lists
\item Community contribution
\end{itemize}
\end{frame}
\begin{frame}[fragile]{Contributing}
\begin{itemize}
\item If you use \Queso\ and you encounter a bug, open a ticket
\begin{itemize}
\item \url{https://github.com/libqueso/queso/issues/new}
\end{itemize}
\item If you fix a bug and want to contribute to the \Queso\ codebase
\begin{itemize}
\item Awesome
\item Review contribution guidelines here:
\url{https://github.com/libqueso/queso#contributing}
\item Write tests for your patches
\item And if you add a new feature, make sure to write documentation
\end{itemize}
\end{itemize}
\end{frame}