The Wayback Machine - https://web.archive.org/web/20200919104140/https://github.com/bcit-ci/CodeIgniter/issues/5761
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readme.rst Improvement #5761

Open
wangch7 opened this issue May 22, 2019 · 2 comments
Open

readme.rst Improvement #5761

wangch7 opened this issue May 22, 2019 · 2 comments
Labels

Comments

@wangch7
Copy link

@wangch7 wangch7 commented May 22, 2019

Problem Description: No instruction of how to contribute in readme.rst. First time users will probably want to see information of how to contribute (which includes how to set up environment, communicate, and submit changes, etc.).

Solution Description: Add a contributing section in readme.rst with general contributing information, and include a link to file "contributing.md" (https://github.com/bcit-ci/CodeIgniter/blob/develop/contributing.md).

@narfbg
Copy link
Contributor

@narfbg narfbg commented May 27, 2019

The cynic in me says that if one can't find their way into contributing.md, then they likely don't have what it takes to contribute anything of value. Not least because contributing.md is automatically linked by GitHub in the "New issue" form.

On the other hand, it can't hurt, but there's also a tiny issue with linking to the file - we'd have to make a hard link (i.e. absolute URL, not relative) to it, which includes the branch in it and that's a bit wonky when the 3.1-stable branch links to develop for no apparent reason (and you can be sure nobody will bother correcting that after each merge).

@jim-parry What do you think?

@devnetkc
Copy link

@devnetkc devnetkc commented Aug 22, 2020

I'll say I came here looking to check out a few tickets to fill some coding time for my goals, and was a little disappointed to not easily find documentation on the home readme to check out while I forked the repo over.

Good developers can find documentation, true; however, I don't think we should have to hunt for it either when volunteering our time to assist.

devnetkc added a commit to devnetkc/CodeIgniter that referenced this issue Aug 22, 2020
Issue bcit-ci#5761 asked for an imporovment to this document.
This is very simple tweak.
However I think it accomplishes the goal for everyone
Without any bloating of the main readme.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants
You can’t perform that action at this time.