-
Notifications
You must be signed in to change notification settings - Fork 1
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] Document the Repo to Make it More Shareable with Developers #16
Comments
This is no longer relevant, since we intend to publish that on the new home page. See #109. |
Just clean up the README's, and document some of your conventions. Developers who onboard will have to talk to you anyway. |
``` cat dictionary/README.md >> README.md && git rm dictionary/README.md cat bible/README.md >> README.md && git rm bible/README.md cat flashcards/README.md >> README.md && git rm flashcards/README.md ```
Localizing the documentation will have some benefits.
Summary of changes: - `kellia_analysis` is now a developer rule that is not included in the `all` rule. - `mobi_publish` is now a prerequisite for `publish`. It was both removed and made idempotent in 666fb13. The removal was unnecessary. - Rename the `test` and `git_add_precommit_run` rules to simply `test` and `add` at level-2, and `_test` and `_add` at level-1. See in-file comments for the rationale. - Rewrite some comments to make them clearer.
Also, just keep this in mind when you code. Writing docs is desirable, because you won't maintain this project on your own forever. |
We set up a new Drive directory that is: 1. Shared by all our publications. 2. Owned by [email protected].
In the case of `.env`, we actually remove it, because it doesn't exist on the repo.
TODO:
The DoD (definition of done) for this issue is for the README to be in a good shape. Afterwards, documentation is an ongoing effort. A guideline! Something to keep in the back of your head as you work! |
NOTE: It has been uploaded to GitHub through the repo Settings, to be used a Social Preview image.
Summary of changes: - Delete resized versions of the logo. Use CSS to control display height. - Reuse the *License and Cited Works* HTML from the home page in your README. - Include the logos for the institutions that you support (Coptic Orphans, and St. Shenouda The Archimandrite - Coptic Society). - The *Upcoming Milestones* section comes after *Contact and Contributions*.
Add a link pointing to our website, and one pointing to the original repo.
No description provided.
The text was updated successfully, but these errors were encountered: