Skip to content

Commit 38c8e75

Browse files
committedJun 11, 2019
References to issues.qgis.org updated
1 parent a9e3950 commit 38c8e75

File tree

76 files changed

+125
-131
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+125
-131
lines changed
 

‎BUGS

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
Help I think I found a bug!
22
---------------------------
33

4-
If you find a bug in QGIS, you can search for it
4+
If you find a bug in QGIS, first check if it has been reported:
55

6-
https://issues.qgis.org/projects/qgis/search?issues=1
7-
8-
If you can't find an existing ticket, report it using the QGIS ticket/bug database at:
9-
10-
https://issues.qgis.org/projects/qgis/issues/new
6+
https://github.com/qgis/QGIS/issues
117

8+
If you can't find an existing ticket, report a new one, using the bug report template provided.
129

1310
Some hints about when you should file a bug:
1411

@@ -22,9 +19,7 @@ Some hints about when you should file a bug:
2219
behave doesn't match ours. Hey we are all humans it can happen...
2320
- Always check that your bug has not already been filed by someone else since
2421
dealing with duplicate tickets causes a lot of time wasting.
25-
- Always provide contact details and make sure you are subscribed to the
26-
ticket entry (either by adding yourself to CC field or by logging in before
27-
filing the ticket).
22+
- Be prepared to provided further feedback after the initial triage.
2823
- Don't be offended if we don't see tickets as having the same priority as you
2924
do. While we appreciate it's inconvenient if some issue prevents you doing
3025
your work, we need to take the big picture view of things and focus on

‎CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ IF(WITH_CORE)
227227
# https://sourceforge.net/p/mingw-w64/bugs/527/
228228
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80816
229229

230-
# also OpenBSD has no thread_local support, see https://issues.qgis.org/issues/17351
230+
# also OpenBSD has no thread_local support, see https://github.com/qgis/QGIS/issues/25248
231231

232232
ELSE (MINGW OR CMAKE_SYSTEM_NAME STREQUAL "OpenBSD")
233233
IF (WITH_THREAD_LOCAL)

0 commit comments

Comments
 (0)
Please sign in to comment.