Skip to content

This repo contains design files; hardware, software and 3D models for ses-board shields

Notifications You must be signed in to change notification settings

JKUATSES/sesboard-shields

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contribution Instructions


  1. Fork the code sesboard shields repository provided.

  2. Make a topic branch. In your github, keep the master branch clean. Pull all changes, make sure your repository is up to date.

cd [repo-name] e.g. cd research-docs
git pull origin main
  1. Create a new branch as follows
git checkout -b <your_branch_name> main
  1. See all branches created
$ git branch main <your_name>
  1. Push the new branch to github
$ git push origin -u <your_branch_name>
  1. Make changes to the fork provided.

  2. Check the status of the repo

git status
  1. Add your changed files
git add .
  1. Commit your changes
git commit -m "Commit message"
  1. Push your code changes
git push --set-upstream origin <your_name>
  1. Make a pull request to the [Repo Name]

About

This repo contains design files; hardware, software and 3D models for ses-board shields

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published