YJack0000 / SimEvo

A Customizable Python Framework written in C++ for Simulating Dynamic Evolutionary Phenomena.
https://pypi.org/project/simevopy/
MIT License
10 stars 0 forks source link

Remove schedule from README.md #1

Closed yungyuc closed 3 months ago

yungyuc commented 3 months ago

When uploading to PyPI README.md is included in the package description, and it looks abrupt to have a section of schedule in it:

image

I suggest to remove the section of schedule from README.md. If you like to keep the schedule, an issue is a good place for it.

YJack0000 commented 3 months ago

Thank you for the suggestion! I agree that the schedule section might be better suited for an issue discussion.

Also, I am planning to automate tagging commits with PR or issue numbers upon merges. This should help us track changes more effectively!

yungyuc commented 3 months ago

Also, I am planning to automate tagging commits with PR or issue numbers upon merges. This should help us track changes more effectively!

I am not sure an automation like that is productive at the moment. Do you already have a collaborator on this code base?

YJack0000 commented 3 months ago

Oh, the automation part is not something I plan to work on immediately; I might tackle it during the summer vacation, haha! Right now, my priority is to refine and finish the core functionalities of the project.

yungyuc commented 3 months ago

That is nice. I think prioritizing for the completion of the project is a good idea. Presentation should take even higher precedence, IMO.