CSC207-2022F-UofT / course-project-bill-gates

A bill recording software developed by team "Bill Gates."
9 stars 4 forks source link

Eva dai #28

Closed eevadai closed 1 year ago

eevadai commented 1 year ago

Setting and Import button finished. But still need more modifications! Problems: 1) Setting: After changing color, cannot return to default color. 2) Import: in progress

ScottCTD commented 1 year ago

It seems you have some troubles with your pull request.

You only have 1 commit but you pr many commits from others.

The solution is

  1. Copy and paste the files you modified to an arbitrary location like your desktop.
  2. Clone our repo to make sure everything is in the correct state.
  3. Switch to Charlotte's branch.
  4. Create a new branch with whatever name from Charlotte's branch.
  5. Copy and paste the files you modified into the correct location. In this case, you can move the files to src/main/java/billgates/view/gui.
  6. Use IntelliJ to commit your change.
  7. Push your commit.
  8. Make a pull request from the branch you created to Charlotte's branch.
  9. Then, you will have a new pull request with only one commit in it. Done!

For now, I will close your PR and you can remake the pr as I described above (no change to code, just copying and pasting some files).

Comments on your change:

I will repost these comments in your new PR, and I will review your code in your new PR (for now, it is almost impossible to review your code).