Hi everyone, About once every 6 months I get enough time to try and contribute to misoc/migen/etc. That time is long enough that I forget everything about how you guys do things and embarrassingly end up asking the same questions on your IRC channel yet again. Since I'm sure that I'm not the only person to ever do this, I thought I would take a stab at making it easier for newbies like myself.
These patches add a CONTRIBUTION.md which GitHub highlights when people try and send pull requests or open issues, see https://github.com/blog/1184-contributing-guidelines Obviously as someone new to the project, I'm no expert on your procedures. If you see anything wrong here, please do correct it and I'll update this patchset. Tim 'mithro' Ansell (3): Adding CONTRIBUTING file to help guide new contributions. Adding a call to action and link to CONTRIBUTING.md file. Adding outgoing directory to .gitignore .gitignore | 1 + CONTRIBUTING.md | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ README | 4 ++++ 3 files changed, 79 insertions(+) create mode 100644 CONTRIBUTING.md -- 2.2.0.rc0.207.ga3a616c _______________________________________________ M-Labs devel mailing list https://ssl.serverraum.org/lists/listinfo/devel
