synsense / sinabs

A deep learning library for spiking neural networks which is based on PyTorch, focuses on fast training and supports inference on neuromorphic hardware.
https://sinabs.readthedocs.io
GNU Affero General Public License v3.0
80 stars 8 forks source link

Do not update ChangeLog automatically with commit messages #224

Closed bauerfe closed 8 months ago

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (a636866) 90.91% compared to head (843dbe8) 90.91%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #224 +/- ## ======================================== Coverage 90.91% 90.91% ======================================== Files 52 52 Lines 2718 2718 ======================================== Hits 2471 2471 Misses 247 247 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ssinhaleite commented 8 months ago

Hi @bauerfe!

Thank you for working on this! Since this issue would close the issue we discussed about adding the template, I added the template file that will be used every time a new PR is made in this branch.

It contains a minimum checklist and a few other points to guide the description of the PR and so on. Let me know if you think it is reasonable.

I've also cleaned up the change log file in itself. Everything looks good to me, so if you agree with my modifications, you can merge this PR.

bauerfe commented 8 months ago

That's fantastic, thank you @ssinhaleite !