You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run regex replace to cover the following:
Flask-RESTPlus -> Flask-RESTX
Flask-RESTplus -> Flask-RESTX (there were a few typos)
flask-restplus -> flask-restx
restplus -> restx
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-report.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
name: Bug Report
3
-
about: Tell us how Flask-RESTPlus is broken
3
+
about: Tell us how Flask-RESTX is broken
4
4
title: ''
5
5
labels: bug
6
6
assignees: ''
@@ -11,7 +11,7 @@ assignees: ''
11
11
12
12
- Is this something you can **debug and fix**? Send a pull request! Bug fixes and documentation fixes are welcome.
13
13
- Please check if a similar issue already exists or has been closed before. Seriously, nobody here is getting paid. Help us out and take five minutes to make sure you aren't submitting a duplicate.
14
-
- Please review the [guidelines for contributing](https://github.com/noirbizarre/flask-restplus/blob/master/CONTRIBUTING.rst)
14
+
- Please review the [guidelines for contributing](https://github.com/python-restx/flask-restx/blob/master/CONTRIBUTING.rst)
15
15
16
16
### **Code**
17
17
@@ -36,7 +36,7 @@ If applicable, add the stack trace produced by the error
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ _Put an `x` in the boxes that apply_
15
15
16
16
_Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code._
17
17
18
-
-[ ] I have read the [guidelines for contributing](https://github.com/noirbizarre/flask-restplus/blob/master/CONTRIBUTING.rst)
18
+
-[ ] I have read the [guidelines for contributing](https://github.com/python-restx/flask-restx/blob/master/CONTRIBUTING.rst)
19
19
-[ ] All unit tests pass on my local version with my changes
20
20
-[ ] I have added tests that prove my fix is effective or that my feature works
21
21
-[ ] I have added necessary documentation (if appropriate)
0 commit comments