-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added the case "Other" for the reference type #18
base: main
Are you sure you want to change the base?
Conversation
Thanks! |
Hi @marciuz, If you'd like to make a contribution, can you make a PR for the last 2 commits separately from different branches? Say, branch |
Yes of course, have you some suggestion about how to do it easily? |
E.g., create a new branch from the current master and cherry pick commit by hash to it.
You can check by
This means you are switching to your master, fetching and merging it with your local master branch of the fork, pushing it to your fork, master branch, on the GitHub, switching to the branch on which you are working on a new feature, rebasing with your commits on top ( will have code from master branch with your new commits on top) and pushing it to your repo on the GitHub with history rewrite. |
FYI, I've started to work on integration of citeproc-php for references and Reference class is going to be completely rewritten to support different citation style formats. |
(I mean JATSParser\Back\Reference) |
Thanks,
I will check it out. And when I find some time I will do the change as
you suggested for the pull request...
Best
Il giorno gio 25 giu 2020 alle ore 11:08 Vitaliy <[email protected]>
ha scritto:
… (I mean JATSParser\Back\Reference)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKKXE2K2YMGWVCFAFNYR7LRYMH2RANCNFSM4NRCXOAQ>
.
|
Integration with citeproc-php is in the master branch now. If you are interested, can you test according to the example? |
(see e.g. https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0233831#references)