Favorite OTT characters
1.0.0

將您喜歡的OTT字符添加到列表中,並為Hactoberfest 2022做出貢獻
這是頁面鏈接:-https://ankitpareek0141.github.io/favorite-ott-characters/
該存儲庫向GitHub社區的所有成員開放。任何成員都可以在不擔任合作者的情況下為該項目做出貢獻。
在Hacktoberfest 2022中註冊自己
該項目遵循confor.rocks規範。歡迎任何形式的貢獻!
如果您準備貢獻並創建PR,則可以建立本地環境,以便您可以看到更改。
建立您的開發環境
克隆你的叉子
如果這是您第一次分配我們的存儲庫,那麼這是您為此步驟做的全部:
$ git clone [email protected]:[your_github_handle]/Favorite-OTT-characters.git && cd Favorite-OTT-characters如果您已經分配了存儲庫,則需要確保配置叉子並且是最新的。這將為您節省潛在的合併衝突的頭痛。
配置叉子:
$ git remote add upstream https://github.com/ankitpareek0141/Favorite-OTT-characters.git將叉子同步到最新更改:
$ git checkout main
$ git fetch upstream
$ git merge upstream/main$ git checkout -b new_branch_namejs/characters.js文件中附加新字符詳細信息。 {
"image": "your_image_url",
"title": "your_image_title",
"description": "your_image_description"
}
$ git commit -m " brief description of changes [Fixes #1234] "$ git pushmain後,向ankitpareek0141/Favorite-OTT-characters Repo提交拉動請求(PR)Updates out of date content [Fixes #1234]main分支用貢獻製成。