Fix broken links in .github dir
Also add a PR template
This commit is contained in:
@@ -32,7 +32,7 @@ your contributions.
|
|||||||
then [find your logs](http://blog.endpoint.com/2014/11/dear-postgresql-where-are-my-logs.html).
|
then [find your logs](http://blog.endpoint.com/2014/11/dear-postgresql-where-are-my-logs.html).
|
||||||
|
|
||||||
* If your database schema has changed while the PostgREST server is running,
|
* If your database schema has changed while the PostgREST server is running,
|
||||||
[send the server a `SIGUSR1` signal](http://postgrest.org/en/v5.2/admin.html#schema-reloading) or restart it to ensure the schema cache
|
[send the server a `SIGUSR1` signal](http://postgrest.org/en/stable/admin.html#schema-reloading) or restart it to ensure the schema cache
|
||||||
is not stale. This sometimes fixes apparent bugs.
|
is not stale. This sometimes fixes apparent bugs.
|
||||||
|
|
||||||
## Code
|
## Code
|
||||||
@@ -48,10 +48,10 @@ your contributions.
|
|||||||
we recommend adding it to `.git/hooks/pre-commit` to automatically check this before doing a commit.
|
we recommend adding it to `.git/hooks/pre-commit` to automatically check this before doing a commit.
|
||||||
|
|
||||||
* For help building the Haskell code on your computer check out the [building from
|
* For help building the Haskell code on your computer check out the [building from
|
||||||
source](https://postgrest.com/en/stable/install.html#build-from-source) docs section.
|
source](https://postgrest.org/en/stable/development.html#build-from-source) docs section.
|
||||||
|
|
||||||
### Running Tests
|
### Running Tests
|
||||||
|
|
||||||
For instructions on running tests, see the official docs hosted here:
|
For instructions on running tests, see the official docs hosted here:
|
||||||
|
|
||||||
https://postgrest.com/en/stable/install.html#postgrest-test-suite
|
https://postgrest.org/en/stable/development.html#running-the-test-suite
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
<!--
|
<!--
|
||||||
Before reporting a bug:
|
Before reporting a bug:
|
||||||
If your database schema has changed while the PostgREST server is running, send the server a SIGUSR1 signal or restart it(http://postgrest.org/en/v5.2/admin.html#schema-reloading) to ensure the schema cache is not stale. This sometimes fixes apparent bugs.
|
If your database schema has changed while the PostgREST server is running,
|
||||||
|
send the server a SIGUSR1 signal or restart it(http://postgrest.org/en/stable/admin.html#schema-reloading)
|
||||||
|
to ensure the schema cache is not stale. This sometimes fixes apparent bugs.
|
||||||
-->
|
-->
|
||||||
### Environment
|
### Environment
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
<!--
|
||||||
|
When submitting a new feature, don't forget to update the docs!
|
||||||
|
https://github.com/PostgREST/postgrest-docs.
|
||||||
|
-->
|
||||||
Reference in New Issue
Block a user