valtlfelipe / statuscenter

An app where you can manage your statuspage.io page with ease and on the go built with flutter
Apache License 2.0
22 stars 3 forks source link

Delete incident #3

Closed valtlfelipe closed 3 years ago

valtlfelipe commented 3 years ago

Add option to be able to delete an incident. Statuspage API doc: https://developer.statuspage.io/#operation/deletePagesPageIdIncidentsIncidentId

Would be nice to have a confirmation dialog before removing.

navinkumar-k-015 commented 3 years ago

I have solved this issue but I am unable to create a branch and pull request, it says Permission to valtlfelipe/statuscenter.git denied to navinkumar-k-015.

valtlfelipe commented 3 years ago

hi @navinkumar-k-015! Awesome, thanks!

You have to fork this repo to your user account, and from there open a pull request to this repo. Have a look here https://www.digitalocean.com/community/tutorials/hacktoberfest-how-to-submit-your-first-pull-request-on-github#cloning-a-repository

Please let me know if you need further assistance.

navinkumar-k-015 commented 3 years ago

Yeah I already forked it but it still gives me same problem

valtlfelipe commented 3 years ago

Maybe your origin is set to this repo, and not the fork. You may have cloned this repo instead of your fork. Try this:

git remote rm origin
git remote add origin https://github.com/user/FORK.git

Where user/FORK is the url to your fork on your account. Should be something like this navinkumar-k-015/statuscenter

navinkumar-k-015 commented 3 years ago

It seems that was the problem, I created a pull request please look into it.

valtlfelipe commented 3 years ago

Awesome! Will have a look later on. Thanks again for your contribution.