summaryrefslogtreecommitdiffstats
path: root/.github
AgeCommit message (Collapse)Author
2023-01-01update issue templateDave Davenport
Expand option text.
2023-01-01update issue templateDave Davenport
It seems No is a reserved keyword.
2023-01-01update issue templateDave Davenport
If only github tells me before commit it is wrong, not after.
2023-01-01update issue template with checkDave Davenport
2022-12-31MKDoc website (#1772)Dave Davenport
* Add initial documentation page using mkdocs * Test action * Add notes to mkdoc site. * Add installation guide * Add installation and config guide to mkdocs. * Add installation manual * Add image to main page * [mkdocs] Add plugin guide. * [mkdocs] Add plugin to main page and some small fixes. * Add shipped themes page * [actions] Also rebuild website on the next branch
2022-12-25[CI] Maintenance. (#1767)TonCherAmi
* [CI] Bump actions/upload-artifact version. * [CI] Bump actions/checkout version. * [CI] Bump actions/setup-python version. * [CI] Adjust doxy redirection order.
2022-11-18Move doxy-coverage to davatorium versionDave Davenport
2022-11-08input method (#1735)duarm
* input method draft * restoring relese event * using unused macro, removing debug code, handling disconnection * review fixes, new update_im_window_pos method * initializing variables correctly * initializing im pos queue correctly * ime window positioning * add widget_get_y_pos() position * [Build] Update makefile with imdkit * [CI] Add imdkit as dependency. * [XCB] rofi_view_paste don't throw warning, print debug. * [XCB] rofi_view_paste lower 'failed to convert selection' * [Build] Add minimum version check to imdkit * new macro XCB_IMDKIT_1_0_3_LOWER * [Build] Try to support old version of imdkit in meson/makefile. * [Build] Fix typo in meson.build * [XIM] Don't set use compound/set use utf8 when on old version. * [Build] Allow building without imdkit. * [Doc] Add imdkit to dependency list. Co-authored-by: Dave Davenport <qball@gmpclient.org>
2022-08-21Few more updates to issue template.Dave Davenport
2022-08-21Update issue template, split theme/configuration in two fields.Dave Davenport
2022-08-16Update contributing, don't ask for an update.Dave Davenport
2022-08-14Add timing trace hint to issue templateDave Davenport
2022-07-28[Doxy] Fix the doxygen check and some warnings.Dave Davenport
2022-05-10Remove the use of the word 'question'Dave Davenport
2022-05-10Clarify report is not for questions.Dave Davenport
2022-05-06Update issue template.Dave Davenport
2022-03-16[CI] Do dist check via ninjaDave Davenport
2022-03-04Add an apt update to ci (remove trailing \)Dave Davenport
2022-03-04Add an apt update to ciDave Davenport
2021-11-29Enable/Disable windowmode test (#1536)Dave Davenport
* Enable/Disable windowmode test * [CI] Fix typo in name. * Update Changelog
2021-09-03convert FRE template to Github issue form (#1422)Danny Colin
2021-09-01[ISSUE] Add hints for how to get config in issue template.Dave Davenport
2021-09-01Update bug report template to the new GitHub issue form format (#1416)Danny Colin
* update bug report template to the new GitHub issue form format * rename file to yml
2021-09-01Revert "update bug report template to the new GitHub issue form format ↵Dave Davenport
(#1413)" (#1414) This reverts commit f6ffa391b686a09110ae2c9a629591e8500766d5.
2021-09-01update bug report template to the new GitHub issue form format (#1413)Danny Colin
2021-08-30[CI] Test meson build from dist. (#1389)Dave Davenport
2021-08-28[CI] Add tarballs to artifact. (#1383)Dave Davenport
Add tarballs to artifact.
2021-08-26[Doc] Update manpageDave Davenport
2021-08-20[CI] Port CI to github actions. (#1374)TonCherAmi
* [CI] Port CI to github actions. * [Doc] Fix doxygen comment block.
2021-08-19[Doc] Add github discussions in more placesDave Davenport
2021-08-14Simple maintenance improvements (#1370)a1346054
* rofi moved to libera.chat * unify some theme headers and whitespace * consistently use the same hashbang for bash * improve obsolete way of testing equality see https://github.com/koalaman/shellcheck/wiki/SC2268 for explanation * use consistent function definitions in bash scripts * remove duplicated author and fix whitespace * quote all variables in scripts fixes many warnings identified through shellcheck * fix whitespace in scripts * fix whitespace in non-source files * fix spelling in non-source files * fix whitespace and indentation in source files * fix spelling in source files
2021-03-03Update config.ymlDave Davenport
update config to include discussion forum.
2021-01-17Small markdown fixes.Dave Davenport
2020-11-17Delete config.yamlDave Davenport
2020-11-17Update config.ymlDave Davenport
2020-11-17[GitHub] Disable blank issues in github config.Dave Davenport
2020-10-22Fix lock.ymlDave Davenport
2020-10-21[Lock] Add auto lock of closed issues.Dave Davenport
2020-10-11[Workflow] Run from local fork.Dave Davenport
2020-10-11Add Action to auto-close incomplete reports (#1212)Danny Colin
- update feature request to work with the action - add workflows action config file
2020-09-01Update bug_report.mdDave Davenport
2020-06-26Add language requirement to CONTRIBUTING.Dave Davenport
2020-05-04change irc link to webchat.Dave Davenport
2020-05-04move config.yml in placeDave Davenport
2020-05-04add IRC and Reddit links to issue template chooser (#1114)Danny Colin
2019-12-14Add Issue and PR Templates (#1043)Mustaqim Malim
* Issue Template: Add Bug report * Issue Template: Add Feature request * Pull Request Template
2019-06-28Fix small typoDave Davenport
2018-09-02Fix links to forumfREW Schmidt
2018-08-03Try to clarify guidelines a bit.Dave Davenport
2018-08-02Issue template: Be more specific about requirementsQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>