about summary refs log tree commit diff stats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Seperate doctests and pyteststoonn2019-09-242-2/+32
| | | | | | Doctests are interfering with CI because curses can't find the terminfo database. This'll require looking into but for now we'll run the doctests seperately and expect failure. Same thing for pytests.
* Segregate python 3.7 workflowtoonn2019-09-181-0/+30
| | | | | | By seperating the python 3.7 workflow we can keep an eye on changed linting errors for the newer pylint. Without cancelling the actions for our current setup.
* Drop py3.7toonn2019-09-181-1/+1
| | | | | Temporarily drop python 3.7 from the workflow because it's not compatible with `pylint<2`.
* Add GitHub Actions citoonn2019-09-032-0/+52
| | | | | | | | | | Run our python tests and shellcheck in seperate workflows only when relevant files are changed, respectively python files or `scope.sh`. This tests with one extra version of python, 3.7. GitHub's version of shellcheck seems to be missing a few flags. So we download the latest stable version, 0.7.0 currently.
* ISSUE_TEMPLATE: remove redundant linehut2017-12-301-2/+0
|
* ISSUE_TEMPLATE.md: consistent quote usagehut2017-12-301-1/+1
|
* Simplified github issue templatehut2017-12-301-38/+23
|
* core.main: `--version`: Report Python version and localenfnty2017-02-192-0/+4
| | | | | | Makes issue reporting easier. Fixes #812
* GitHub issue templates: Minor reorder and rewordingnfnty2017-01-172-6/+6
|
* GitHub issue templates: Add terminal emulatornfnty2017-01-162-6/+8
|
* GitHub issue templates: Reorder and improve editabilitynfnty2017-01-162-49/+62
|
* GitHub issue templates: Add extra spacesnfnty2017-01-162-11/+18
|
* Added GitHub issue templatesnfnty2017-01-162-0/+76
|
* Revert "Add github issue/PR templates"hut2016-08-272-14/+0
| | | | This reverts commit 0757fe98dcb238133dcac664c972bdecb7b78b65.
* Add github issue/PR templateshut2016-08-272-0/+14
#n284'>284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400