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分支用贡献制成。