Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
developer:github_setup_for_plugins [2025/04/14 20:10] – external edit 127.0.0.1developer:github_setup_for_plugins [2025/10/23 22:46] (current) – [Step 2: Create a new repo] davel17
Line 30: Line 30:
   * Make sure you check the **''Initialize this repository with a README''** checkbox - we use the README file as the source of your plugin's full description on the detail page.   * Make sure you check the **''Initialize this repository with a README''** checkbox - we use the README file as the source of your plugin's full description on the detail page.
   * Select **''Python''** from the **''Git Ignore''** popup - this tells Git that there are some files it should ignore when you perform operations on the repository (checkins, etc.).   * Select **''Python''** from the **''Git Ignore''** popup - this tells Git that there are some files it should ignore when you perform operations on the repository (checkins, etc.).
-  * Select a //License// that you want to release your source code under. **MIT** is a popular one because it's easy to read and understand and places very few limitations on source code use (also, **The Unlicense** is the least restrictive). Either of these two licenses have liability disclaimers which is probably the most important part. You don't have to add a license of course, but having a liability waver is probably a good idea.+  * Select a //License// that you want to release your source code under. **MIT** is a popular one because it's easy to read and understand and places very few limitations on source code use (also, **The Unlicense** is the least restrictive). Either of these two licenses have liability disclaimers which is probably the most important part. You don't have to add a license of course, but having a liability waiver is probably a good idea.
  
 Click the **''Create Repository''** button and you'll see your repository's Git status: Click the **''Create Repository''** button and you'll see your repository's Git status:
  • /www/perceptive/wiki/data/attic/developer/github_setup_for_plugins.1744661437.txt.gz
  • Last modified: 2025/04/14 20:10
  • by 127.0.0.1