diff --git a/docs/presentations/presentations.md b/docs/presentations/presentations.md index aa3a3e3..46d97cb 100644 --- a/docs/presentations/presentations.md +++ b/docs/presentations/presentations.md @@ -84,7 +84,7 @@ This is the preferred way to submit the article. 🤓 - presentations/presentations.md - Articles: - Article Template: presentations/articles/template.md - - : presentations/articles/.md + - : presentations/articles/your_topic.md ``` 3. **Push your changes to the remote repository** @@ -92,12 +92,16 @@ This is the preferred way to submit the article. 🤓 After you have added the article to the repository, you need to push your changes to the remote repository. ```sh - git checkout -b presentation- - git add . + git checkout -b presentation-your-topic + git add docs/presentations/articles/ git commit -m "Add blog article for " - git push -u origin presentation- + git push -u origin presentation-your-topic ``` + !!! warning + + Please make sure to only add your article and related assets to the commit. + 4. **Create a pull request to the `main` branch** Finally, create a [pull request](https://github.com/pkeilbach/htwg-practical-nlp/pulls) to the `main` branch of the repository.