Github language tag for Repository

前端 未结 4 1728
轮回少年
轮回少年 2021-01-04 05:02

On Github, some projects are tagged as being of one language or another. How do I add one of these tags. (Objective C, PHP etc.)

4条回答
  •  孤城傲影
    2021-01-04 05:32

    You should be able to Publish or Initial Commit with a sample file specific to the language you want it tagged as (such as an empty .cs file or .js file), then add your whole project; however, it seems like a pain.

    I did find if you go to 'Add topics' on the far left under the 'Code' section, you can add all the languages you used for anyone that might be looking close enough at your project.

提交回复
热议问题