GitLab now enforces expiry dates on tokens that originally had no set expiration date. Those tokens were given an expiration date of one year later. Please review your personal access tokens, project access tokens, and group access tokens to ensure you are aware of upcoming expirations. Administrators of GitLab can find more information on how to identify and mitigate interruption in our documentation.
At this point you're waiting on us. We usually comment on pull requests within a few hours. We may suggest some changes or improvements or alternatives.
At this point you're waiting on us. We usually comment on pull requests
within a few hours. We may suggest some changes or improvements or alternatives.
Some things that will increase the chance that your pull request is accepted:
Some things that will increase the chance that your pull request is accepted:
...
@@ -26,12 +23,14 @@ Some things that will increase the chance that your pull request is accepted:
...
@@ -26,12 +23,14 @@ Some things that will increase the chance that your pull request is accepted:
### Plugins
### Plugins
If your plugin is complex, make sure to include tests, we suggest using [fish-spec](fish-spec).
If your plugin is complex, make sure to include tests, we suggest using [fish-spec][].
### Themes
### Themes
Make sure to include a screenshot in your pull request, but don't commit the file to git. A nifty way is too post a comment with the image and link directly to it.
Make sure to include a screenshot in your pull request, but don't commit the file to git. A nifty way is too post a comment with the image and link directly to it.
@@ -45,14 +45,11 @@ Before setting down on a theme, you might want to have a go with all themes usin
...
@@ -45,14 +45,11 @@ Before setting down on a theme, you might want to have a go with all themes usin
## Customization
## Customization
If you have many functions which go well together, you can create custom plugin in the `custom/plugins/PLUGIN_NAME`
If you have many functions which go well together, you can create custom plugin in the `custom/plugins/PLUGIN_NAME` directory and add to it as many functions as you want.
directory and add to it as many functions as you want.
If you would like to use your custom theme, move it with the same name in the `custom/themes/` directory
If you would like to use your custom theme, move it with the same name in the `custom/themes/` directory and it will override the original theme in `themes/`.
and it will override the original theme in `themes/`.
If you just want to override any of the default behavior or add some environment variables,
If you just want to override any of the default behavior or add some environment variables, just add a new file (ending in .load) into the `custom/` directory.
just add a new file (ending in .load) into the `custom/` directory.