nejima-kaihatsu / nkai-upt-20230125

🏯 NKAI - Universal Project Template (2023/01/25)
https://github.com/nejima-kaihatsu/nkai-upt-20230125/issues/1
0 stars 2 forks source link

✨ FEAT: Make Default thumbnail into an asset instead #15

Closed njtalba5127 closed 1 year ago

njtalba5127 commented 1 year ago

Feature Description

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.


Feature Todos

njtalba5127 commented 1 year ago

https://github.com/vuejs/awesome-vue

while in most cases maybe when looking around repos where the images are instead coming from their deployed websites or what, in this example repo they stored their logo.svg inside an assets folder at the root of their repo.

so we'll be doing that instead of placing em inside the .github folder with an assets folder inside. or is that better? cuz sometimes ryt when we generate an app inside a generated project repo from a project template, they generate also generate sometimes an assets folder with it, might conflict :/? so thats why to prevent any kind of conflict, the assets folder specifically for the project cover issue and readme, etc are thought to be better inside of the .github folder with all the templates.

njtalba5127 commented 1 year ago

while it might not be by convention to place the assets folder inside the .github folder just for the cover issues, readme notes, etc. who cares :laughing: this is how we do things.

njtalba5127 commented 1 year ago

wait when adding another remote host tho aside from github. idk if the .github ... lemme check say gitlab first.