gbif / rs.gbif.org

GBIF machine-readable resources
https://rs.gbif.org
11 stars 13 forks source link

Humboldt Core Inventory Extension for Darwin Core #54

Closed tucotuco closed 3 years ago

tucotuco commented 3 years ago

This is a first draft to make accessible via test installations of IPT so that various stakeholders in the community can try mapping to it and give feedback.

timrobertson100 commented 3 years ago

@tucotuco

This is not a PR for Humbodlt Core as it has many things mixed in it - look at the files you are trying to change with this PR.

I think what you need to do is something more like:

git checkout master  
git pull upstream master (get your local master branch in shape with this, resolve any conflicts)
git push   (so you get your own repositor at the same level as this)
git checkout -b humboldt (do work for humboldt)
git push

After this, you can create a pull request from your humboldt branch to master. In general, whenever you create a PR for any repository, you should review the changes you are proposing as you create the PR.

Hope this helps - please let me know if you want me to just take the file and sort this.

Closing this as it is not suitable for merging.

timrobertson100 commented 3 years ago

Also to add - perhaps you want to move your commits from your own master onto a feature branch like this? If you need help, please can you give @timrobertson100 write access and we can step through it together.