trailofbits/twa

add docs.md, contribuitng.md, etc.

quenbyako opened this issue ยท 2 comments

Script is awesome, but i want to contribute it, and still dont understand how ๐Ÿ˜‚

If you can, please, do it)
Btw, do you plan working with only shell script, or it would be more universal project with another code? (Python, for example)

Thanks for the feedback!

I'll add a CONTRIBUTING.md tonight or tomorrow. As for documentation, the content of the README.md should give you a good start.

Btw, do you plan working with only shell script, or it would be more universal project with another code?

For the time being, twa is going to remain shell script + a bit of awk. I like Python (and Ruby), but they (at least in my hands) make it very easy to overengineer these sorts of programs.

I added some contributing guidelines in 3ae742f. Please let me know if there's anything missing/unclear!