Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Improving Contributing.md

オープン
#1,243 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
42/100
issue の種類
ドキュメント
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
bash, git, javascript, powershell
領域
documentation

調査の方向性

contributing.md を開き、記載されているセクションを確認してください: 始める前に、新機能への取り組み方、コードをリファクタリングする方法、依存関係を更新する方法、新しいコードを書く方法、どこを手伝えばよいかわからない場合は?、変更を完了したら、Git を効果的に使う方法、windows/powershell。要求された誤字の修正、トーンの変更、説明、励ましを適用し、その後、すべてのサブタスクに対応できており、貢献に関するガイダンスが初心者にも明確なままであることを確認してください。

索引モデルが issue の本文から書いたものです。

説明

Problem

Went through contributing.md doc to edit and find places where people might get confused or drop off. Found multiple typos and misspellings that need to be fixed as well as some possible places that could be reworded or edited for clarity.

Subtasks

  • Add reach out encouragement like the one bolded below after "before you get started."

Before you get started
Fork the repo.
Read and work through the installation guide.
Run the tests. We only take pull requests with passing tests, and it's great to know that you have a >clean slate: ember exam. More information on testing commands can be found here
Stuck? Run into an issues doing this? Reach out on slack or email us at josh@codecorps.org or nikola@codecorps.org.

  • Fix tone on opening paragraph of "How to tackle a new feature"

How to tackle a new feature
If there's already an issue for the feature you want to tackle, how complete is the description? Do >you know what to do next? Are you confident you know what "done" looks like?

This tone sounds really scary to me. It's almost sounds like, "If there's an issue to tackle, if you're not saying yes to these questions you should probably stay away." While these might be good things to ensure, the way this is stated might cause people to drop

  • Replace line in "How to tackle a new feature" paragraph with more newbie friendly tone

Whether you're writing a new issue or improving on an existing issue, be sure to clarify exactly how you expect the finished change to look and work.

Would be more inviting if it were to be stated like:

Whether you're writing a new issue or improving on an existing issue, it’s important to be really clear on how you expect the finished change to look and work. be sure to clarify exactly how you expect the finished change to look and work.

  • Add small explaination in How to refactor Code section:

I'm just thinking that if someone is looking at this for the first time. We might need a quick, "this is what refactoring is" if we don't want that in the doc, maybe we should link to another doc that explains it.

  • Fix typo in "How to Update Dependencies Section"
    depencency should be dependency
  • Cut word in "How to Write New code"

Try to keep your changes to a max of around 200 lines of code whenever possible. Why do this? >Apparently the more changes incurred in a pull request, the likelier it is that people who review >your code will just gloss over the details. Smaller pull requests get more comments and feedback >than larger ones. Crazy, right?

I'd cut "apparently."

  • Add some newbie friendly anxiety killing wording in "What if I don't know where to help."
    <What if I don't know how to help?
    <Not a problem! You can try looking around for issues that say good for new contributors. <Documentation really is a good place to start. If you're still not sure, just join our Slack and flag someone down to pair with you. Someone can help point you in the right direction.

Something like the bolded line to encourage users to join slack or reach out to pair

  • Add newbie encouragement Under "I finished my changes" section

Something like: At this point you're waiting on us. We like to at least comment on, if not accept, pull requests within a week's time. We may suggest some changes or improvements or alternatives. If you think you’re done, but don’t feel confident about your PR, don’t worry! Flag someone down in our slack channel and discuss what’s bothering you or got you stuck.

  • Fix typo in "Using Git Effectively" section

When making code changes with Git, it is best to develop a workflow. Every 'feature', which can be anything from a 1-line change to an entire component, should be done on seperate feature branch.
Seperate should be separate.

  • Consider tone in "Using windows/powershell"

If you are a Windows user, you should really be using Powershell as your command line (especially since it adopts bash aliases for most cmd.exe functions).

Might be nitpicky, but "you should really be using" sounds a little condescending. Consider rewriting.

  • Fix typo in "Using windows/powershell"

You'll probably want to keep some sort of Bash emulator on hand. Git comes with it's own bash shell, but its not very good. Fortunately there are a few other great options:

"its" should be "it's"

  • Fix typo in "Using windows/powershell"

Windows Subsystem for Linux More complex to use, but it gives you a full bash shell in an Ubuntu enviornment.

"Enviornment" should be "environment"

主要言語
JavaScript
スター
120
フォーク
75
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

code-corps/code-corps-ember のほかの issue

code-corps/code-corps-ember の issue をすべて見る

似ている issue

JavaScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。