Skip to content

Conversation

Aniket-debug
Copy link
Contributor

Fixes # 972

Changes proposed in this pull request:

  • added developer doc of get_check_data.h
  • added developer doc of get_check_data.c

@cvvergara
Copy link
Member

Hi @Aniket-debug

  1. can you make the PR to main branch, right now we are doing some fixes on main 3.4 and develop has not been pumped up to 3.5 yet.
  2. can you squash the commits to be only one commit with a message:
    [get_check_data] added developer documentation
    other wise I will do the squashing if I see more than one commit.

you might need to do the following. starting from your branch mydevelop

git remote add upstream https://github.com/pgRouting/pgrouting
git rebase -i upstream/main
# edit the file to squash the 2 commits and to change the commit message
# save the file and the rebase will be done
git push -f

and from this PR you made, change the base branch to main

@cvvergara cvvergara added this to the 3.4.2 milestone Nov 23, 2022
@cvvergara cvvergara self-requested a review November 23, 2022 17:14
@cvvergara cvvergara removed this from the 3.4.2 milestone Nov 23, 2022
@cvvergara
Copy link
Member

Using #2432

@cvvergara cvvergara closed this Nov 23, 2022
@cvvergara cvvergara modified the milestone: 3.4.2 Nov 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants