small changes to the contribution slide deck

pull/13/head
iglocska 2021-02-11 12:34:35 +01:00
parent 8a88aff44c
commit 2deef76fd7
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 4 additions and 4 deletions

View File

@ -37,14 +37,14 @@
\begin{frame}[fragile]
\frametitle{Automatic integration and testing}
\begin{itemize}
\item The majority of the repositories within the MISP GitHub organisation includes automatic integration with TravisCI.
\item The majority of the repositories within the MISP GitHub organisation includes automatic integration via Github Actions.
\item If you contribute and make a pull-request, {\bf verify if your changes affect the result of the tests}.
\item Automatic integration is not perfect including Travis but it's a quick win to catch new bugs or major issues in contribution.
\item When you do a pull-request, TravisCI is automatically called\footnote{\url{https://travis-ci.org/MISP}}.
\item When you do a pull-request, the CI suite is automatically called\footnote{\url{https://github.com/MISP/MISP/actions}}.
\begin{itemize}
\item If this fails, no worries, {\bf review the output at Travis} (it's not always you).
\item If this fails, no worries, {\bf review the output at Github actions} (it's not always you).
\end{itemize}
\item We are working on additional automatic tests including unit testing for the MISP core software (contributors are welcome).
\item We are working on additional automatic tests including security testing for the MISP core software (contributors are welcome).
\end{itemize}
\end{frame}