Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • A alya-tutorial
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • alyaalya
  • alya-tutorial
  • Wiki
  • Home

Home · Changes

Page history
Update Home authored Feb 11, 2020 by Damien Dosimont's avatar Damien Dosimont
Hide whitespace changes
Inline Side-by-side
Home.md
View page @ e31b9d2f
...@@ -3,10 +3,21 @@ ...@@ -3,10 +3,21 @@
If you don't have one, generate an ssh key on your machine (or on the login node mn0.bsc.es, which is connected to internet). If you don't have one, generate an ssh key on your machine (or on the login node mn0.bsc.es, which is connected to internet).
Add the public ssh key to your gitlab account. Add the public ssh key to your gitlab account.
https://docs.gitlab.com/ee/ssh/README.html#
## Clone the alya-tutorial ## Clone the alya-tutorial
You have to find the command to clone the repository alya-tutorial on your machine or on the login node mn0.bsc.es of marenostrum. Use the ssh protocol. You have to find the command to clone the repository alya-tutorial on your machine or on the login node mn0.bsc.es of marenostrum. Use the ssh protocol.
## Create an issue ## Create an issue
We are simulating that you are contributing to alya, by adding a new feature. Create a new issue, taking as an example the issue #1. We are simulating that you are contributing to alya, by adding a new feature. Create a new issue, taking as an example the issue #1. Copy the content (all the tasks).
\ No newline at end of file
## Contribute
Follow the tasks described in the issue. Once you have done a task, check the corresponding box.
You will have to perform various operations (create a branch, modify a file, commit, push, perform a merge request).
## Perform a merge request
Once your contribution on your branch is done, ask for a merge request. Don't forget to assign @ddosimon so he will be noticed. If your contribution is okay, your merge request will be accepted, which means that you have succeeded!
\ No newline at end of file
Clone repository
  • Home