fpgmaas / cookiecutter-poetry

A modern cookiecutter template for Python projects that use Poetry for dependency management
https://fpgmaas.github.io/cookiecutter-poetry/
MIT License
380 stars 62 forks source link

added issue and pull request templates #43

Closed Coinhexa closed 2 years ago

Coinhexa commented 2 years ago

Added issue template and pull request template for GitHub

fpgmaas commented 2 years ago

Thanks for your contribution! You could also consider adding the files to {{cookiecutter.project_name}}/.github, so any repository created with the template will also include your added issue templates.

fpgmaas commented 2 years ago

It seems a few .DS_Store files were also added by accident.

Coinhexa commented 2 years ago

I thought the .gitignore blocked .DS_Store files, my bad! I ll fix it

fpgmaas commented 2 years ago

I thought the .gitignore blocked .DS_Store files, my bad! I ll fix it

No worries. The changes to the file are still being tracked, so you'll need to manually remove them. See e.g. here

fpgmaas commented 2 years ago

I thought the .gitignore blocked .DS_Store files, my bad! I ll fix it

The files are still not removed. See the 'Files changed' tab and the link I shared earlier for ways to resolve this.