Update README.md

master
florentin.luce 2024-02-21 11:38:13 +01:00
parent 53201f5cbe
commit 9db9538172
1 changed files with 4 additions and 28 deletions

View File

@ -1,7 +1,7 @@
# GIT_TEMPLATE # NODE_KIT
> Template for the others repository > Blender addon to handle some operations on nodes
Git_template is a template repository that must be used to generate others repository Node kit is a blender addon creating a menu to execute operations on nodes like copy/pasting or exporting node_tree
<!-- TABLE OF CONTENTS --> <!-- TABLE OF CONTENTS -->
*** ***
@ -12,15 +12,6 @@ Git_template is a template repository that must be used to generate others repos
</li> </li>
<li> <li>
<a href="#contents">Contents</a> <a href="#contents">Contents</a>
<ul>
<li><a href="#templates">Templates</a></li>
</ul>
</li>
<li>
<a href="#settings">Settings</a>
<ul>
<li><a href="#branches">Branches</a></li>
</ul>
</li> </li>
</ol> </ol>
@ -34,23 +25,8 @@ Git_template is a template repository that must be used to generate others repos
``` ```
2. Create your own local directory in 2. Create your own local directory in
```sh ```sh
git clone ssh://git@git.autourdeminuit.com:222/autour_de_minuit/git_template.git git clone ssh://git@git.autourdeminuit.com:222/autour_de_minuit/node_kit.git
``` ```
<!-- CONTENTS --> <!-- CONTENTS -->
## Contents ## Contents
### Templates
- *ISSUE_TEMPLATE.yml*: a yaml template for ticket creation
- *PULL_REQUEST_TEMPLATE.md*: a file used for PR creation
<!-- SETTINGS -->
## Settings
Those seetings from gitlab will be populated to each repository created with this template
### Branches
The main branch is **master**.
It's a **protected branch refusing pushing** from any users who is not a Owner.
In other words you have to create you own developping branch and then create a push request. After at least **one validation**, you will be able to push you branch to the master one.