getwilds / guide

WILDS Dev Guide
https://getwilds.org/guide/
Creative Commons Zero v1.0 Universal
2 stars 1 forks source link

Other chapters #6

Open sckott opened 8 months ago

sckott commented 8 months ago

Right now we have:

What other chapters might we want to include? @seankross @vortexing Some thoughts:

Potential resource for python pkgs https://py-pkgs.org/welcome kinda similar to R Pkgs book

seankross commented 8 months ago

Package versioning (I want use to be consistent wrt versioning, but what do you think?)

we definitely need this

Security (wrt data and code) Package maintenance (do we want to be opinionated about this?)

I would want to know what chapter section headings you would have in mind before having a strong opinion

sckott commented 8 months ago

Cool. I'll work on pkg versioning, and put in some notes about headings for the other potential chapters

sckott commented 8 months ago

@seankross i could use your feedback on the security chapter. what do we want to recommend people do with respect to data and examples in package docs? should we mention something about additional documentation on sciwiki? and/or some other place where we can have examples that run though using real data sources?

sckott commented 8 months ago

@seankross i'm thinking that it doesn't make sense to have both Help and Contributing chapters. That is, I think this guide's scope is constrained to the software that DaSL maintains. If that's the case, we don't need to point to data house calls for example as that's helping folks with their software/data/etc. I think we just want to remove the Help chapter, and retain the Contributing chapter. Yeah?

seankross commented 8 months ago

I think this guide's scope is constrained to the software that DaSL maintains.

I agree.

we don't need to point to data house calls for example as that's helping folks with their software/data/etc.

I agree.

I think we just want to remove the Help chapter, and retain the Contributing chapter. Yeah?

Sounds good to me.

seankross commented 8 months ago

@sckott in terms of security chapter feedback, I think I want to do a PR on that chapter first.

sckott commented 8 months ago

Okay, thanks for the feedback on help/contributing.

Okay, i'll do a PR for security

sckott commented 8 months ago

Conventions might be a chapter we need. e.g., if we have default repo labels that could go in there